projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e763462
)
trying to get reload button on gruntose working again.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 4 Jun 2014 19:51:14 +0000
(15:51 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 4 Jun 2014 19:51:14 +0000
(15:51 -0400)
webby/javascript/gruntose/launchers.js
patch
|
blob
|
history
diff --git
a/webby/javascript/gruntose/launchers.js
b/webby/javascript/gruntose/launchers.js
index 08723dd72045761eac8555530b170d3086d58dc1..9349ad3a5c81562c127f0f026f6fd5d422b088a8 100644
(file)
--- a/
webby/javascript/gruntose/launchers.js
+++ b/
webby/javascript/gruntose/launchers.js
@@
-9,7
+9,8
@@
////////////////////////////////////////////////////////////////////////////
function jump_appropriate() {
- window.location.reload(true);
+//stopped working: window.location.reload(true);
+ window.location = window.location;
}
function jump_to_anchor(anchor) {