Closed (fixed)
Project:
Automated Logout
Version:
6.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2011 at 21:28 UTC
Updated:
24 May 2013 at 14:20 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| autologout-jqueryui_1-7.patch | 593 bytes | padora |
Comments
Comment #1
johnennew commentedThanks 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.