Project

General

Profile

Actions

Error #45

closed

jquery-ui.css and jquery-ui-min.js not loaded correct

Added by Matthias about 7 years ago. Updated over 6 years ago.

Status:
Done
Priority:
Normal
Assignee:
Target version:
-
Start date:
2017-04-14
Due date:
2017-09-30
% Done:

100%

Estimated time:

Description

Accordion did'nt work cause jquery-ui.css and jquery-ui-min.js not loaded correct.

Changing /include/jquery/jquery_theme.js to following solves this issue:

***
var JQUERY_THEME = WB_URL+'/include/jquery';

$(document).ready(function() {
if (typeof LoadOnFly==='undefined'){
$.insert(JQUERY_THEME+'/jquery-ui.css' );
} else {
LoadOnFly('head', JQUERY_THEME+'/jquery-ui.css' );
}
$.insert(JQUERY_THEME+'/jquery-ui-min.js');
});

Files

jquery_theme.js (308 Bytes) jquery_theme.js Matthias, 2017-04-14 14:06
Actions #1

Updated by Dietmar over 6 years ago

  • Assignee set to Dietmar
Actions #2

Updated by Dietmar over 6 years ago

  • Due date set to 2017-08-31
  • Status changed from New to In Progress
  • % Done changed from 0 to 50
Actions #3

Updated by Dietmar over 6 years ago

  • Due date changed from 2017-08-31 to 2017-09-30
  • % Done changed from 50 to 100
Actions #4

Updated by Dietmar over 6 years ago

  • Status changed from In Progress to Feedback
Actions #5

Updated by Dietmar over 6 years ago

  • Status changed from Feedback to Done
Actions

Also available in: Atom PDF