mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 09:48:50 +01:00
make search and feedlist pass
This commit is contained in:
parent
28b7df87a8
commit
7c935652fb
10 changed files with 40 additions and 19 deletions
|
|
@ -1160,7 +1160,7 @@ $.fn.clearDeps = function() {
|
|||
/**************************************/
|
||||
|
||||
function generic_get_script_for_list(element, getter, param){
|
||||
$(element).load(relative_to_root(getter+'?'+param));
|
||||
$(element).load(relative_to_root(getter+'.js?'+param));
|
||||
}
|
||||
|
||||
function default_ajax_options_for_submit(ajax_type, element_to_block) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue