]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/static/js/specifics.js
misc: cleanup section name stuff
[panikweb.git] / panikweb_templates / static / js / specifics.js
index 9e898a8e11e2a220d9737a7e85dd641dd895ce06..32a7f17199546dbbeabee8b60e315db5a51068d3 100644 (file)
@@ -61,18 +61,6 @@ $(function() {
                var newTitle = html?html.match(/<title>(.*?)<\/title>/):'';
                if(newTitle){document.title = newTitle[1].trim().decodeHTML();}
 
-               /*
-               Quite UGLY but needed for styling the whole body with ID
-               Feel free to correct and find a better way
-               According to this link the probles is that $(html).filter('body').Attr('id') will not work!
-               http://www.devnetwork.net/viewtopic.php?f=13&t=117065
-               */
-               if(sectionName = $(html).find('[data-section]').attr('data-section')){
-                       $('body').attr('id',sectionName);
-               }else{
-                       var bodyID = html.match(/<body id="(.*?)">/);   
-                       if(bodyID){$('body').attr('id',bodyID[1].trim());}      
-               }
                $.scrollTo('#Changing',1000,{offset:-$('#metaNav').height()+2});
                init();