uncomment class_name in call_waiter.js

This commit is contained in:
Zin Moe
2020-07-30 10:37:37 +06:30
parent eed465eab1
commit b622bf7bf2

View File

@@ -19,7 +19,7 @@ App.call_waiter = App.cable.subscriptions.create('CallWaiterChannel', {
class_name = ".shift_" + data.shift_ids;
}
}
var element = "#notify-wrapper"; // + class_name;
var element = "#notify-wrapper"+ class_name;
var animateEnter = "";
var animateExit = "";
if (time == 'print_error') {