retab file
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Jun 2014 13:38:24 +0000 (09:38 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Jun 2014 13:38:24 +0000 (09:38 -0400)
templates/template.html

index 899fb5b..ac08d11 100644 (file)
 {topScripts:h}
 <script>
 $(function() {
-       $("#nav a").each(function() {
-               if (this.href == window.location) {
-                       $(this).css("color", "#fffb02");
-               };
-       });
+    $("#nav a").each(function() {
+        if (this.href == window.location) {
+            $(this).css("color", "#fffb02");
+        };
+    });
 });
 </script>
 </head>