Skip to content

Instantly share code, notes, and snippets.

@monobasic
Created May 11, 2012 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monobasic/2659836 to your computer and use it in GitHub Desktop.
Save monobasic/2659836 to your computer and use it in GitHub Desktop.
nzz.init.base(Y, {
publication: 'nzz',
platform: 'desktop',
databaseSize: 5242880,
date: '2012/05/10',
activeMenuItem: 'front'
});
if (nzz.history) {
nzz.history.addHistory('Front - NZZ Webpaper', 'http://nzz.lo/app_dev.php/2012/05/10/front/', '2012/05/10', 'front');
}
nzz.init.department(Y, {
departmentId: '#front_articles',
department: 'front',
activeMenu: 'front',
publication: 'nzz'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment