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 03:49:21 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
80bb78fa4ef3fe718cdee56fc98d5584dcd7d5b2
gallery3/modules/server_add/js/admin.js

9 lines
227 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() {
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
$("#g-server-add-admin input:text").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: 6158ms 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