Changed id to class
This commit is contained in:
2
templates/Sparkle/assets/js/main.js
vendored
2
templates/Sparkle/assets/js/main.js
vendored
@@ -20,7 +20,7 @@ $(document).ready(function() {
|
||||
return false;
|
||||
});
|
||||
|
||||
$('#historyback').click(function() {
|
||||
$('#historyback, .historyback').click(function() {
|
||||
parent.history.back();
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user