aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-09-30 16:36:09 -0400
committerThedro Neely <thedroneely@gmail.com>2021-09-30 16:36:09 -0400
commiteb759662b2f8bbf4288e175450eb0cb508ec672e (patch)
tree43c393f48d2c1ef5186cee8c5f41b59326dec5c3 /public
parent5dadb452bcb4294ac582a4cc3ac14c4aa5054503 (diff)
downloadthedroneely.com-eb759662b2f8bbf4288e175450eb0cb508ec672e.tar.gz
thedroneely.com-eb759662b2f8bbf4288e175450eb0cb508ec672e.tar.bz2
thedroneely.com-eb759662b2f8bbf4288e175450eb0cb508ec672e.zip
public/js/app: Remove redundant URL declaration
Diffstat (limited to 'public')
-rw-r--r--public/js/app.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/js/app.js b/public/js/app.js
index a3d5746..2b49b0b 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -19,7 +19,7 @@ window.history.replaceState(null, null, url);
/**
* Remove url hash to store in pager
*/
-var url = window.location.href.split('#')[0];
+url = window.location.href.split('#')[0];
/**
* Settings array
@@ -82,9 +82,7 @@ document.addEventListener('mousemove', function(event) {
}
}
}
-
hide(dropdownContentList, 300, event);
-
});
/*