update oqs action cable for order cahnnel and oqs channel
This commit is contained in:
@@ -23,6 +23,9 @@ $(document).ready(function(){
|
||||
// setTimeout(function(){
|
||||
// window.location.reload(1);
|
||||
// }, 10000);
|
||||
// $oqs_count = document.getElementById("oqsBox").style.order =1;
|
||||
// $("#oqsBox").css("order", 1);
|
||||
|
||||
$(".nav-completed").on("click", function(){
|
||||
$("#completed").removeClass('hide')
|
||||
$(".oqs_append").addClass('hide')
|
||||
@@ -54,7 +57,7 @@ $(document).ready(function(){
|
||||
for(var field in data) {
|
||||
var price = parseFloat(data[field].price).toFixed(2);
|
||||
|
||||
if (data[field]["options"] == "[]") {
|
||||
if (data[field]["options"] == "[]" || data[field]["options"] == "") {
|
||||
var options = "";
|
||||
}else{
|
||||
var options = data.options;
|
||||
|
||||
Reference in New Issue
Block a user