diff --git a/lib/system/lib/system.js b/lib/system/lib/system.js index dadd224..677a870 100644 --- a/lib/system/lib/system.js +++ b/lib/system/lib/system.js @@ -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);}