Removed accidentally committed dummy error (for testing pnotify migration)
This commit is contained in:
parent
cbde819e07
commit
4904c184f7
1 changed files with 0 additions and 3 deletions
|
|
@ -403,9 +403,6 @@ $(function() {
|
|||
firstRunViewModel.showDialog();
|
||||
}
|
||||
|
||||
var html = "<p>Rendering of timelapse someTimelapse.mpg failed with return code someReturnCode</p>";
|
||||
html += pnotifyAdditionalInfo('<pre style="overflow: auto">some Error\nwith\nsome\nlines</pre>');
|
||||
new PNotify({title: "Rendering failed", text: html, type: "error", hide: false});
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue