Ignore:
Timestamp:
Nov 24, 2013, 5:50:38 PM (10 years ago)
Author:
mistic100
Message:

compatible with new l10n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/plugin_lang_analysis/template/select.tpl

    r23472 r25677  
    1 {footer_script}{literal}
     1{footer_script}
    22$('form#pla').submit(function() {
    3   window.location.href = location.href + '&plugin_id=' + $(this).find('select').val();
     3  window.location.href = $(this).attr('action') + '&plugin_id=' + $(this).find('select').val();
    44  return false;
    55});
    6 {/literal}{/footer_script}
     6{/footer_script}
    77
    88<form method="GET" action="{$F_ACTION}" class="properties" id="pla">
Note: See TracChangeset for help on using the changeset viewer.