remove onpopstate stuff, and updated TODO with better way to deal with this
This commit is contained in:
@@ -163,10 +163,6 @@
|
||||
|
||||
{% if not InDBox %}
|
||||
<script>
|
||||
// do our own back button handling, TODO: 'dangerous' URLs, will be replaced with GETs first via history.replaceState()
|
||||
window.onpopstate = function(e) {
|
||||
window.history.back()
|
||||
}
|
||||
function SetViewingOptionsForSearchForm()
|
||||
{
|
||||
if( $('#noo').length )
|
||||
|
||||
Reference in New Issue
Block a user