Removed accidentally committed dummy error (for testing pnotify migration)

This commit is contained in:
Gina Häußge 2014-05-29 13:02:56 +02:00
parent cbde819e07
commit 4904c184f7

View file

@ -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});
}
);