Skip to content

Commit

Permalink
Remove bootstrap-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
autowp committed Jul 11, 2018
1 parent 5301822 commit 8513390
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
5 changes: 1 addition & 4 deletions assets/application.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var Navbar = require("navbar/navbar.js");
var $ = require("jquery");
var i18next = require('i18next');
import notify from 'notify';

require("bootstrap/bootstrap");
require("styles.scss");
Expand Down Expand Up @@ -122,7 +121,7 @@ $(function() {
});

} else {
notify.response(response);
console.log(response);
}
});
});
Expand All @@ -135,8 +134,6 @@ $(function() {

window.location = '/ng/login';

}, function(response) {
notify.response(response);
});
});
});
32 changes: 0 additions & 32 deletions assets/notify.ts

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"dependencies": {
"@types/bootstrap": "^4.0.0",
"@types/bootstrap-notify": "^3.1.32",
"@types/compression-webpack-plugin": "^0.3.1",
"@types/extract-text-webpack-plugin": "^3.0.0",
"@types/filesize": "^3.2.15",
Expand All @@ -44,7 +43,6 @@
"@types/webpack": "^3.8.1",
"animate.css": "^3.5.2",
"bootstrap": "^4.0.0",
"bootstrap-notify": "^3.1.3",
"compression-webpack-plugin": "^1.0.0",
"corejs-typeahead": "^1.1.1",
"css-loader": "^0.x",
Expand Down

0 comments on commit 8513390

Please sign in to comment.