Skip to content
Snippets Groups Projects

dev #64203 fix js

Compare and
1 file
+ 1
1
Preferences
Compare changes
@@ -6,7 +6,7 @@
window.initializePopups = function() {
$('[data-popup="true"], [data-popup="1"]')
.removeAttr('onclick')
.unbind('onclick')
.unbind('click')
.click(function(event){
event.preventDefault();