Ignore:
Timestamp:
Jul 27, 2012, 4:44:19 PM (12 years ago)
Author:
mistic100
Message:

rewrite all urls to be compatible with "question_mark_in_urls"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/template/thumbnails_css_js.tpl

    r16689 r17177  
    1212  jQuery.ajax({ldelim}
    1313    type: "POST",
    14     url: "{$BATCH_DOWNLOAD_PATH}remove_image.php",
     14    url: "{$ROOT_URL}{$BATCH_DOWNLOAD_PATH}remove_image.php",
    1515    data: {ldelim} "set_id": "{$SET_ID}", "toggle_id": toggle_id }
    1616  }).done(function(msg) {ldelim}
Note: See TracChangeset for help on using the changeset viewer.