mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-23 23:29:59 +08:00
Finished off intitial conversion to webpack
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
import "../sass/styles.scss"
|
||||
import "../sass/print-styles.scss"
|
||||
import "../sass/export-styles.scss"
|
||||
|
||||
import "babel-polyfill"
|
||||
import "./dom-polyfills"
|
||||
import "./pages/page-show"
|
||||
@ -125,8 +121,6 @@ jQuery.expr[":"].contains = $.expr.createPseudo(function (arg) {
|
||||
};
|
||||
});
|
||||
|
||||
console.log('test');
|
||||
|
||||
// Detect IE for css
|
||||
if(navigator.userAgent.indexOf('MSIE')!==-1
|
||||
|| navigator.appVersion.indexOf('Trident/') > 0
|
||||
|
Reference in New Issue
Block a user