templates/project/script.js in survivalkit-1.0.beta.8 vs templates/project/script.js in survivalkit-1.0.beta.9

- old
+ new

@@ -1,23 +1,8 @@ -/* Author: -* [your name here] -*/ - $(document).ready(function(){ - // Run Matt Kersley's jQuery Responsive menu plugin (see plugins-320.js) - if ($.fn.mobileMenu) { - $('ol#id').mobileMenu({ - switchWidth: 768, // width (in px to switch at) - topOptionText: 'Choose a page', // first option text - indentString: '   ' // string for indenting nested items - }); - } + // add some js, whydoncha? - // Run Mathias Bynens jQuery placeholder plugin (see plugins-320.js) - if ($.fn.placeholder) { - $('input, textarea').placeholder(); - } });