Skip to content

Commit

Permalink
Compress js
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarce committed May 25, 2012
1 parent 74f43b8 commit ca0c98f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/all.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/app.js
Expand Up @@ -798,6 +798,7 @@ $(function () {

that.removeOverlay("ashokas");
$("#ashokas").removeClass("selected");
visibleOverlays["ashokas"] = false;
}, 1000);

},
Expand Down
2 changes: 1 addition & 1 deletion js/helpers.js
Expand Up @@ -47,7 +47,7 @@ var // DEFAULTS
globalZindex = 300,
visibleOverlays = [];

visibleOverlays["ashokas"] = false;
visibleOverlays["ashokas"] = true;
visibleOverlays["agencies"] = true;
visibleOverlays["projects"] = true;

Expand Down

0 comments on commit ca0c98f

Please sign in to comment.