1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 16:20:13 +02:00

JS work and HTML cleanup

This commit is contained in:
CaMer0n
2012-05-16 06:05:39 +00:00
parent e9f6febe02
commit 9f1a322c98
12 changed files with 1209 additions and 1255 deletions

View File

@@ -4367,7 +4367,8 @@ class e_admin_form_ui extends e_form
e107::js('core','scriptaculous/controls.js','prototype', 2);
//TODO - external JS
e107::getJs()->footerInline("
e107::js('footer-inline',"
//autocomplete fields
\$\$('input[name=searchquery]').each(function(el, cnt) {
if(!cnt) el.activate();
@@ -4399,7 +4400,7 @@ class e_admin_form_ui extends e_form
});
}
});
");
",'prototype');
return $text;
}