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();
|
||||
|
@@ -79,8 +79,6 @@ if (!$form_display->process(false)) {
|
||||
$form_display->display(true, true);
|
||||
}
|
||||
}
|
||||
// todo: remove debug
|
||||
$GLOBALS['error_handler']->dispAllErrors();
|
||||
|
||||
/**
|
||||
* Displays the footer
|
||||
|
Reference in New Issue
Block a user