Enleve un focus, pénible avec les tabs
This commit is contained in:
parent
8851af00df
commit
01df211091
|
@ -292,7 +292,7 @@ if (!$r['noerase']) {
|
||||||
</div> <!-- tabsdom -->
|
</div> <!-- tabsdom -->
|
||||||
<?php } // noerase ?>
|
<?php } // noerase ?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
document.forms['main'].sub.focus();
|
//document.forms['main'].sub.focus(); // not with tabs
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#tabsdom").tabs();
|
$("#tabsdom").tabs();
|
||||||
|
|
Loading…
Reference in New Issue