use $j object instead of jQuery

This commit is contained in:
Christian Binder 2012-06-27 20:40:05 +00:00
parent 3d4b28ae15
commit 76f516ee4c

View File

@ -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>