removing unused js
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 25 Jan 2018 20:45:28 +0000 (15:45 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 25 Jan 2018 20:45:28 +0000 (15:45 -0500)
gutting unused js code from our custom file

assets/javascript/glm-dev.js
glm-dev/js/glm-dev.js

index 0e472c4..1da16fe 100644 (file)
@@ -1 +1 @@
-jQuery(function(n){var o=n("body"),i=(o.find(".submenu"),o.find(".top-menu-left").find(".dropdown").children("li"));n(i).each(function(o,i){console.log(n(this))})});
\ No newline at end of file
+jQuery(function(n){});
\ No newline at end of file
index 3484d72..31b2162 100644 (file)
@@ -1,11 +1,3 @@
 jQuery(function($){
-
-    var body = $('body');
-    var submenu = body.find('.submenu');
-    var topmenu = body.find('.top-menu-left').find('.dropdown').children('li');
-
-    $(topmenu).each(function(index, value){
-        console.log( $(this) );
-    });
-
+    
 });
\ No newline at end of file