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-21 11:59:13 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
c8a8097ef2ebbb78d7d20b99f1ea2af3da946bca
gallery3/modules/server_add/js/admin.js

9 lines
204 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() {
Adjust order of items on server_add admin page. Restore autocomplete to the add form. Created a server_add.css file.
2009-10-23 22:24:06 -06:00
$("#g-path").autocomplete(
Change how the urls are built in the java script
2009-03-05 01:22:27 +00:00
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: 81ms 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