remove debug
use proper function to cancel event
This commit is contained in:
@@ -752,7 +752,7 @@ function offerPrefsAutoimport()
|
||||
return;
|
||||
}
|
||||
cnt.find('a').click(function(e) {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
var a = $(this);
|
||||
if (a.attr('href') == '#no') {
|
||||
cnt.remove();
|
||||
|
Reference in New Issue
Block a user