mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#2502 removed code because packages error
This commit is contained in:
parent
0c5cc1df10
commit
1c1bf22188
@ -5,16 +5,6 @@ function showLoader() {
|
||||
function hideLoader() {
|
||||
$('.loading-cart').remove();
|
||||
}
|
||||
$("#catSelectionStepForm").submit(function(e) {
|
||||
var val = $("input[type=submit][clicked=true]").data('pack-id');
|
||||
|
||||
$("<input />").attr("type", "hidden")
|
||||
.attr("name", "pack_id")
|
||||
.attr("value", val)
|
||||
.appendTo(this);
|
||||
|
||||
return true;
|
||||
});
|
||||
$("#catSelectionStepForm").on('click', 'input[type=submit]', function() {
|
||||
$("input[type=submit]", $(this).parents("form")).removeAttr("clicked");
|
||||
$(this).attr("clicked", "true");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user