Move jquery-ui-fixes to bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js.map
vendored
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 86 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 86 B |
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 |
2
core/src/jquery/index.js
vendored
|
@ -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');
|
||||
|
|