source:
admin/js/prelude.js
@
2029:d946a1b81456
Revision 2029:d946a1b81456, 239 bytes checked in by Nicolas <nikrou77@…>, 12 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[2029] | 1 | $(function() { |
2 | if ($('#prelude').length > 0) { | |
3 | $('#prelude a') | |
4 | .addClass('hidden') | |
5 | .focus(function() { | |
[1446] | 6 | $('#prelude a').removeClass('hidden'); |
[2029] | 7 | $('#wrapper, #help-button, #collapser').addClass('with-prelude'); |
8 | }); | |
[447] | 9 | } |
[2029] | 10 | }); |
Note: See TracBrowser
for help on using the repository browser.