Removed holiday content; Fixed minor bugs; Started to add login code (moved to another project).
This commit is contained in:
@@ -10,8 +10,8 @@ window.status="";
|
||||
$(document).ready(function($) {
|
||||
var layoutManager = new LayoutManager("main-view");
|
||||
|
||||
layoutManager.defaultUrl = '#!/holidays';
|
||||
//layoutManager.defaultUrl = '#!/Farm';
|
||||
//layoutManager.defaultUrl = '#!/holidays';
|
||||
layoutManager.defaultUrl = '#!/Farm';
|
||||
layoutManager.pageClassFades = [
|
||||
{cls: 'full', fadeIn: null, fadeOut: null}
|
||||
];
|
||||
@@ -44,4 +44,5 @@ $(document).ready(function($) {
|
||||
console.log('Server: ' + message);
|
||||
};
|
||||
*/
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user