uncomment class_name in call_waiter.js
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user