Using new tags.js which has selectors that work.

This commit is contained in:
Dave Dash 2010-04-27 17:14:19 -07:00
Родитель fa4ef0c98e
Коммит b727d5beb0
3 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -14,10 +14,7 @@
{%- endmacro %}
{% if dev_tags or user_tags %}
{# TODO: make the class only remove-tags to match with the rest of the site.
Currently it will break the js in remora.
#}
<form id="tags" class="remove_tags remove-tags" method="post"
<form id="tags" class="remove-tags" method="post"
action="{{ remora_url('/tags/remove/') }}">{# TODO reverse URL #}
{{ cake_csrf_token() }}
<input type="hidden" name="addonid" value="{{ addon.id }}" />

@ -1 +1 @@
Subproject commit ab412c0310914d2376515133cc758e51c59115a0
Subproject commit bd14b5fc6d5bb27df0dad5d81f158f5939bf4c92

Просмотреть файл

@ -303,10 +303,10 @@ MINIFY_BUNDLES = {
'js/jquery-ui/jqModal.js',
'js/amo2009/home.js',
# add-ons details page
# Add-ons details page
'js/jquery-ui/ui.lightbox.js',
'js/jquery.autocomplete.pack.js',
'js/tags.js',
'js/zamboni/tags.js',
'js/get-satisfaction-v2.js',
'js/zamboni/contributions.js',
'js/zamboni/addon_details.js',