Move jquery-ui-fixes to bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/14199/head
Roeland Jago Douma 5 years ago
parent e65f7f05de
commit ea951136d1
No known key found for this signature in database
GPG Key ID: F941078878347C0C

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

@ -30,3 +30,5 @@ import './selectrange'
import './showpassword'
import './tipsy'
import './ui-fixes'
import './css/jquery-ui-fixes.scss'

@ -16,6 +16,10 @@ module.exports = [
test: /\.css$/,
use: ['style-loader', 'css-loader']
},
{
test: /\.scss$/,
use: ['style-loader', 'css-loader', 'sass-loader']
},
{
test: /davclient/,
use: 'exports-loader?dav'

@ -111,7 +111,6 @@ class OC_Template extends \OC\Template\Base {
OC_Util::addStyle('css-variables', null, true);
OC_Util::addStyle('server', null, true);
OC_Util::addStyle('jquery-ui-fixes',null,true);
OC_Util::addStyle('jquery.ocdialog');
OC_Util::addTranslations("core", null, true);
OC_Util::addStyle('search', 'results');

Loading…
Cancel
Save