mirror of
https://github.com/redmine/redmine.git
synced 2026-06-20 17:00:07 +02:00
Fixed: changing user/roles of project member not possible without javascript (#4852)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3483 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -207,3 +207,9 @@ Ajax.Responders.register({
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Event.observe(window, 'load', function() {
|
||||
$$('.hol').each(function(el) {
|
||||
el.hide();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user