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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user