remove debug
use proper function to cancel event
This commit is contained in:
@@ -752,7 +752,7 @@ function offerPrefsAutoimport()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
cnt.find('a').click(function(e) {
|
cnt.find('a').click(function(e) {
|
||||||
e.stopPropagation();
|
e.preventDefault();
|
||||||
var a = $(this);
|
var a = $(this);
|
||||||
if (a.attr('href') == '#no') {
|
if (a.attr('href') == '#no') {
|
||||||
cnt.remove();
|
cnt.remove();
|
||||||
|
@@ -79,8 +79,6 @@ if (!$form_display->process(false)) {
|
|||||||
$form_display->display(true, true);
|
$form_display->display(true, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// todo: remove debug
|
|
||||||
$GLOBALS['error_handler']->dispAllErrors();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays the footer
|
* Displays the footer
|
||||||
|
Reference in New Issue
Block a user