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

More admin GUI Fixes - mailout, cpage etc.

This commit is contained in:
Cameron
2012-11-27 14:32:40 -08:00
parent 5559602531
commit f1ddcf9781
6 changed files with 29 additions and 23 deletions

View File

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