update add ordr

This commit is contained in:
Aung Myo
2018-05-14 13:34:14 +06:30
parent aeba71b646
commit 0b104b021b
4 changed files with 11 additions and 5 deletions

View File

@@ -222,9 +222,9 @@ $(function() {
});
$(".qs_view").on('click', function() {
if ($('#server_mode').val() != "cloud") {
if ($('#server_mode').val() != "cloud") {
document.getElementById('second_view').click();
}
}
window.location.href = '/origami/quick_service';
});