js: no console.log. please!
This commit is contained in:
parent
4c9374ccca
commit
d10beb7604
|
@ -737,7 +737,6 @@
|
|||
}
|
||||
this.icinga.ui.assignUniqueContainerIds();
|
||||
|
||||
console.log(origFocus);
|
||||
if (origFocus.length == origFocus[0] !== '') {
|
||||
setTimeout(function() {
|
||||
$(self.icinga.utils.getElementByDomPath(origFocus)).focus();
|
||||
|
|
|
@ -284,10 +284,8 @@
|
|||
if (! $element) {
|
||||
$element = $(selector);
|
||||
} else {
|
||||
console.log(selector);
|
||||
$element = $element.children(selector).first();
|
||||
if (! $element[0]) {
|
||||
console.log("element not existing stopping...");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue