X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=webby%2Fjavascript%2Fgruntose%2Flaunchers.js;h=9349ad3a5c81562c127f0f026f6fd5d422b088a8;hb=fff44facb1d4345998d996231f05ed5510066001;hp=08723dd72045761eac8555530b170d3086d58dc1;hpb=25693b7a3600927bd19e83be261646657abc2eda;p=feisty_meow.git diff --git a/webby/javascript/gruntose/launchers.js b/webby/javascript/gruntose/launchers.js index 08723dd7..9349ad3a 100644 --- 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) {