fix second display slider dispear at order
This commit is contained in:
@@ -14,9 +14,8 @@ App.checkin = App.cable.subscriptions.create('SecondDisplayViewChannel', {
|
|||||||
if (status == "reload") {
|
if (status == "reload") {
|
||||||
jQuery('#s_reload').click();
|
jQuery('#s_reload').click();
|
||||||
}
|
}
|
||||||
$('#second_display_slider').addClass("hidden")
|
// $('#second_display_slider').addClass("hidden")
|
||||||
$('#second_display_items').removeClass("hidden")
|
$('#second_display_items').removeClass("hidden")
|
||||||
|
|
||||||
|
|
||||||
// append items
|
// append items
|
||||||
if (status == "add") {
|
if (status == "add") {
|
||||||
|
|||||||
Reference in New Issue
Block a user