mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
use $j object instead of jQuery
This commit is contained in:
parent
3d4b28ae15
commit
76f516ee4c
@ -237,7 +237,7 @@
|
||||
<button id="button[apply]" label="Apply"/>
|
||||
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();"/>
|
||||
</hbox>
|
||||
<buttononly label="Superuser" align="right" statustext="Enter setup user and password to get root rights" onclick="jQuery('.superuser').css('display','inline'); document.getElementById(form::name('sudo[user]')).focus();" id="sudo"/>
|
||||
<buttononly label="Superuser" align="right" statustext="Enter setup user and password to get root rights" onclick="$j('.superuser').css('display','inline'); document.getElementById(form::name('sudo[user]')).focus();" id="sudo"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
|
Loading…
Reference in New Issue
Block a user