now that we have js tracebacks, also open dialog for js errors, fixes #2756
This commit is contained in:
parent
0e4c49729b
commit
d4a7ec0e0c
1 changed files with 27 additions and 29 deletions
|
@ -141,7 +141,6 @@ pandora.ui.errorlogsDialog = function() {
|
||||||
open: function(data) {
|
open: function(data) {
|
||||||
var value = $list.value(Ox.last(data.ids)),
|
var value = $list.value(Ox.last(data.ids)),
|
||||||
$dialog;
|
$dialog;
|
||||||
if (/^Traceback/.test(value.text)) {
|
|
||||||
$dialog = Ox.Dialog({
|
$dialog = Ox.Dialog({
|
||||||
buttons: [
|
buttons: [
|
||||||
Ox.Button({
|
Ox.Button({
|
||||||
|
@ -170,7 +169,6 @@ pandora.ui.errorlogsDialog = function() {
|
||||||
})
|
})
|
||||||
.open();
|
.open();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}),
|
}),
|
||||||
|
|
||||||
that = Ox.Dialog({
|
that = Ox.Dialog({
|
||||||
|
|
Loading…
Reference in a new issue