Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.

This commit is contained in:
Wynne Crisman
2015-10-25 15:20:42 -07:00
commit 7bba9dc2b0
386 changed files with 22589 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
(function($) {
$.history.replace = function(hash) {
window.location.replace(window.location.href.substring(0, window.location.href.indexOf("#")) + "#" + hash);
}
})(jQuery);