change query for credit payment and add sound effect for ordering
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
event.preventDefault();
|
||||
var old_value = $("#login_form_password").val();
|
||||
var value = $(this).data("value");
|
||||
console.log(old_value);
|
||||
console.log(value);
|
||||
// console.log(old_value);
|
||||
// console.log(value);
|
||||
if (value == "CLR") {
|
||||
$("#login_form_password").val("");
|
||||
} else if (value == "ENT") {
|
||||
|
||||
Reference in New Issue
Block a user