mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -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() {
|
function hideLoader() {
|
||||||
$('.loading-cart').remove();
|
$('.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() {
|
$("#catSelectionStepForm").on('click', 'input[type=submit]', function() {
|
||||||
$("input[type=submit]", $(this).parents("form")).removeAttr("clicked");
|
$("input[type=submit]", $(this).parents("form")).removeAttr("clicked");
|
||||||
$(this).attr("clicked", "true");
|
$(this).attr("clicked", "true");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user