removed demo code - working now
This commit is contained in:
parent
ebefaec531
commit
b9416d5b91
@ -77,10 +77,6 @@ SYSTEM.prototype.handle_call_pages_page = function (html,entry,id,forced,cached,
|
||||
for(var metaname in entry['meta']) {
|
||||
$('meta[name='+metaname+']').attr('content', entry['meta'][metaname]);
|
||||
}
|
||||
for(var i=0; i < entry['css'].length; i++){
|
||||
$('meta[name=keywords]').attr('content', new_keywords);
|
||||
$('meta[name=description]').attr('content', new_description);
|
||||
}
|
||||
//load css
|
||||
for(var i=0; i < entry['css'].length; i++){
|
||||
this.load_css(entry['css'][i],forced);}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user