Skip to content

Commit

Permalink
Update Resources.php
Browse files Browse the repository at this point in the history
Replaced all jquery.ui.* modules into the one, as all modules are merged into one.
Fixes #619
  • Loading branch information
kizule authored and JeroenDeDauw committed Oct 15, 2021
1 parent 82bea88 commit 1f39791
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
'scripts' => 'resources/jquery/multiselect/jquery.multiselect.js',
'styles' => 'resources/jquery/multiselect/jquery.multiselect.css',
'dependencies' => [
'jquery.ui.core',
'jquery.ui.widget'
'jquery.ui'
]
],

Expand All @@ -89,7 +88,7 @@
],
'styles' => 'resources/jquery/jqgrid/ui.jqgrid.css',
'dependencies' => [
'jquery.ui.core',
'jquery.ui',
'ext.jquery.migration.browser'
]
],
Expand Down Expand Up @@ -172,10 +171,7 @@
],
'dependencies' => [
'ext.srf',
'jquery.ui.core',
'jquery.ui.widget',
'jquery.ui.button',
'jquery.ui.slider',
'jquery.ui',
'ext.jquery.multiselect'
],
'messages' => [
Expand All @@ -188,7 +184,7 @@
'scripts' => 'resources/ext.srf.util.grid.js',
'styles' => 'resources/ext.srf.util.grid.css',
'dependencies' => [
'jquery.ui.tabs',
'jquery.ui',
'ext.srf.util',
'ext.jquery.jqgrid',
],
Expand Down Expand Up @@ -739,10 +735,7 @@
'calendar/resources/ext.srf.widgets.calendarlegend.js',
],
'dependencies' => [
'jquery.ui.core',
'jquery.ui.widget',
'jquery.ui.datepicker',
'jquery.ui.slider',
'jquery.ui',
'ext.smw.tooltip',
'ext.srf.util',
'ext.srf.api',
Expand Down Expand Up @@ -951,9 +944,7 @@
'dependencies' => [
'jquery.dataTables',
'jquery.dataTables.extras',
'jquery.ui.core',
'jquery.ui.widget',
'jquery.ui.button',
'jquery.ui',
'ext.smw.dataItem',
'ext.smw.api',
'ext.srf.api',
Expand Down

0 comments on commit 1f39791

Please sign in to comment.