add popper.js.map and remove .idea

This commit is contained in:
Yan
2017-11-21 16:30:56 +06:30
parent 861e554d63
commit ad66a6570b
19 changed files with 17 additions and 1479 deletions

View File

@@ -100,16 +100,13 @@ $(document).on('turbolinks:load', function() {
+'</div>'
+'</div>';
$('.oqs_append').append(row);
}
}
}
});
//end Ajax
}
}
$(document).on('click', '.queue_station', function(event){
var orderZone=$(this).children().children().children('.order-zone').text().trim();
@@ -156,7 +153,7 @@ $(document).on('turbolinks:load', function() {
$(this).addClass('selected-item');
});
$(document).on('click', '.order-item-edit', function(event){
$(document).on('click', '.order-item-edit', function(event){
var _self = $(this); // To know in ajax return
var assigned_item_id=$(this).attr('id').substr(5);
window.location.href = '/oqs/'+ assigned_item_id + "/edit"

File diff suppressed because one or more lines are too long