]> iEval git - plack-app-gruntmaster.git/blobdiff - js/90-reqjs.js
Mark everything that requires javascript with class reqjs
[plack-app-gruntmaster.git] / js / 90-reqjs.js
diff --git a/js/90-reqjs.js b/js/90-reqjs.js
new file mode 100644 (file)
index 0000000..df21b15
--- /dev/null
@@ -0,0 +1,7 @@
+(function(){
+       'use strict';
+
+       $( document ).ready(function() {
+               $('.reqjs').removeClass('reqjs');
+       });
+})();
This page took 0.02356 seconds and 4 git commands to generate.