update addorder

This commit is contained in:
Aung Myo
2017-09-13 09:21:35 +06:30
parent 101b9511da
commit bbcce13a2e
6 changed files with 86 additions and 25 deletions

View File

@@ -18,8 +18,6 @@
//= require cable
$(document).ready(function(){
$(".nav-completed").on("click", function(){
$("#completed").removeClass('hide')
@@ -36,9 +34,7 @@ $(document).ready(function(){
var oqs_id = $(this).find(".oqs-id").text();
var url = 'oqs/get_items/'+oqs_id;
show_details(url);
show_details(url);
}); //End Click