It seems that Jquery UI recently changed the path to the CSS support files.

In 1.6 and below the path was '/jquery.ui/themes/default/ui.all.css', for 1.7 and about it has been change to '/jquery.ui/themes/base/ui.all.css'. The word 'default' was change to 'base'.

I made a patch but all that needs to be done is the change out of the two words in order to support jquery.ui 1.7+. Not sure if you would want to make a new branch for the newer jquery.ui or just make a conditional in the code. Please let me know if I can help.

CommentFileSizeAuthor
autologout-jqueryui_1-7.patch593 bytespadora

Comments

johnennew’s picture

Status: Active » Fixed

Thanks for the report.

There is a jquery_ui function for getting the proper path to the CSS which is now included in the latest 6.x-4.x branch. Closing this as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.