oqs UI changes

This commit is contained in:
Aung Kyaw Phyoe
2019-02-06 16:09:29 +06:30
parent 0671f0c199
commit 6effdc9e27
2 changed files with 12 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ $(document).on('turbolinks:load', function() {
});
// $(".oqs_click").on("click", function(){
$(document).on('click', '.oqs_click', function(event){
$(document).on('change', '.oqs_click', function(event){
oqs_id = $(this).val();
status = $("#status").val();
var table_id = $('#table_id').val();
@@ -123,8 +123,8 @@ $(document).on('turbolinks:load', function() {
}
}); //End Click
// $(".oqs_click").on("click", function(){
$(document).on('click', '.status_click', function(event){
// $(".status_click").on("click", function(){
$(document).on('change', '.status_click', function(event){
oqs_id = $("#oqs_id").val();
status = $(this).val();
var table_id = $('#table_id').val();