mirror of
https://github.com/redmine/redmine.git
synced 2026-07-08 11:52:15 +02:00
Merged r3784 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.9-stable@3793 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -207,3 +207,12 @@ Ajax.Responders.register({
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
function hideOnLoad() {
|
||||
$$('.hol').each(function(el) {
|
||||
el.hide();
|
||||
});
|
||||
}
|
||||
|
||||
Event.observe(window, 'load', hideOnLoad);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user