Skip to content

Commit

Permalink
Removed BugReport application.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 13, 2014
1 parent c7653ec commit fc988dc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 281 deletions.
4 changes: 1 addition & 3 deletions src/javascript/dialogs/errormessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@

if ( this.data.bugreport ) {
this._addGUIElement(new OSjs.GUI.Button('Bug', {label: API._('DIALOG_ERROR_BUGREPORT'), onClick: function() {
if ( !API.launch('ApplicationBugReport', {data: bugData}) ) {
alert('Something went wrong during reporting. You can mail it to [email protected]');
}
window.open('//github.com/andersevenrud/OS.js-v2/issues/new');

if ( ok ) {
ok.onClick();
Expand Down
8 changes: 0 additions & 8 deletions src/packages/default/BugReport/INSTALL

This file was deleted.

59 changes: 0 additions & 59 deletions src/packages/default/BugReport/api.php

This file was deleted.

49 changes: 0 additions & 49 deletions src/packages/default/BugReport/main.css

This file was deleted.

147 changes: 0 additions & 147 deletions src/packages/default/BugReport/main.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/packages/default/BugReport/package.json

This file was deleted.

0 comments on commit fc988dc

Please sign in to comment.