Projekt

Obecné

Profil

Stáhnout (297 Bajtů) Statistiky
| Větev: | Tag: | Revize:
<?php
/**
* Users show javascript view.
*/

// IDE complementation
if (FALSE): ?><script type="text/javascript"><?php endif

?>
$(".switch-link").click(function ()
{
$(".switch-box").hide();
$("#" + this.id + "-box").show();
return false;
});

$("#admin-devices").trigger("click");
(39-39/41)