Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.
This commit is contained in:
5
public/js/jquery.history.replace.js
Normal file
5
public/js/jquery.history.replace.js
Normal file
@@ -0,0 +1,5 @@
|
||||
(function($) {
|
||||
$.history.replace = function(hash) {
|
||||
window.location.replace(window.location.href.substring(0, window.location.href.indexOf("#")) + "#" + hash);
|
||||
}
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user