Actions
Feature #53
closedFilter JqueryUi
Start date:
2017-07-02
Due date:
2017-09-30
% Done:
100%
Estimated time:
Description
Maybe it is a good idea to split the filter Jquery into 2 filters Jquery and JqueryUi.
Many people needs jQuery, but only a small part of them needs addionally jQueryUi. All users currently have to load more as 200kb jQueryUi, if needed or not.
Updated by Dietmar over 7 years ago
- % Done changed from 0 to 100
It's simple to handle by yourself
create a folder jquery in modules dir,
create a files named jquery_theme.js, and fill in your own code
instead the /include/jquery/jquery_theme.js now jquery load the /modules/jquery/jquery_theme.js with your own code
this folder and files will not be owerwritten by upgrading WB
Updated by Dietmar about 7 years ago
- Status changed from Done to In Progress
- % Done changed from 100 to 90
Updated by Dietmar about 7 years ago
- Due date set to 2017-09-30
- % Done changed from 90 to 100
Updated by Dietmar almost 7 years ago
- Status changed from In Progress to Feedback
Actions