1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

More GUI enhancements

This commit is contained in:
Cameron
2013-03-03 20:54:08 -08:00
parent 883e4eb0c8
commit 4844f3f5f4
6 changed files with 55 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ $(document).ready(function()
// run tips on .field-help
$("button,input,textarea,select,label,.e-tip").each(function(c) {
$("input,textarea,select,label,.e-tip").each(function(c) {
var t = $(this).nextAll(".field-help");
t.hide();