Merge branch 'master' into 3400-workbench-all-items
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index a23a6d488045be7bc297aa217626e9d60cf23c02..1990b8b0f55c8d2497db67cae6d6da21f714663b 100644 (file)
@@ -236,3 +236,7 @@ function showLoadingModal() {
 function hideLoadingModal() {
     $('#loading-modal').modal('hide');
 }
+
+function hasHTML5History() {
+    return !!(window.history && window.history.pushState);
+}