projects
/
web
/
SooLocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5148c80
)
retab file
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 20 Jun 2014 13:38:24 +0000
(09:38 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 20 Jun 2014 13:38:24 +0000
(09:38 -0400)
templates/template.html
patch
|
blob
|
history
diff --git
a/templates/template.html
b/templates/template.html
index
899fb5b
..
ac08d11
100644
(file)
--- a/
templates/template.html
+++ b/
templates/template.html
@@
-12,11
+12,11
@@
{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>