Logo
Explore Help
Sign In
stian/gallery3
1
0
Fork 0
You've already forked gallery3
mirror of https://github.com/Pathduck/gallery3.git synced 2026-05-20 11:29:24 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
48ee3d5fe83175639ef910dedd30bc144ed0a67e
gallery3/modules/server_add/js/admin.js

9 lines
224 B
JavaScript
Raw Normal View History

Implementation of local import module. Still need work on better status messages.
2009-02-21 02:28:19 +00:00
/**
* Set up autocomplete on the server path list
*
*/
$("document").ready(function() {
Change how the urls are built in the java script
2009-03-05 01:22:27 +00:00
$("#gServerAddAdmin input:text").autocomplete(
base_url.replace("__ARGS__", "admin/server_add/autocomplete"), {max: 256});
Cleanups. - Show the "Server Add needs configuration" message whenever there are no paths. - Un-ajaxify the admin code to remove complexity and allow us to update the status message as appropriate. - Rename server_add_admin.html.php to admin_server_add.html.php for consistency. - Fix up form to properly display error messages - Get rid of server_add_dir_list.html.php now that we're non-ajaxified. - Change delete <span> to an <a> for non-ajax world.
2009-03-05 02:26:39 +00:00
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 53ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API