Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-12-26 10:47:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-26 10:47:45 +0300
commit9021f88125a1836a66fce0292c625ebfec465ffc (patch)
tree14804ac224016e7d77971ed7a483b68c8775e820 /docs/dist/js/ratchet.js
parent8f1aee26862f378ab5b5978fb4cb1d7fc24e18f1 (diff)
Run grunt.
[ci skip]
Diffstat (limited to 'docs/dist/js/ratchet.js')
-rw-r--r--docs/dist/js/ratchet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/ratchet.js b/docs/dist/js/ratchet.js
index 4efe2f1..ca25df1 100644
--- a/docs/dist/js/ratchet.js
+++ b/docs/dist/js/ratchet.js
@@ -113,8 +113,8 @@
}
modal.dispatchEvent(eventToDispatch);
modal.classList.toggle('active');
+ event.preventDefault(); // prevents rewriting url (apps can still use hash values in url)
}
- event.preventDefault(); // prevents rewriting url (apps can still use hash values in url)
});
}());