diff --git a/js/flush.js b/js/flush.js index 9b2f23f..5c3f766 100644 --- a/js/flush.js +++ b/js/flush.js @@ -14,7 +14,7 @@ Drupal.behaviors.flush = { // Run the Flush with Ctrl + alt + F. if (event.ctrlKey === true && event.altKey === true && event.keyCode === 70) { - window.location = '/admin/flush/run'; + window.location = 'admin/flush/run'; event.preventDefault(); }