mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-30 11:42:22 -04:00
Update skin.js
This commit is contained in:
@@ -292,6 +292,7 @@ if ( currentView != 'none' && currentView != 'login' ) {
|
||||
const objIconButton = _this_.find("i");
|
||||
const obj = $j(_this_.attr('data-flip-сontrol-object'));
|
||||
|
||||
obj.removeClass('hidden');
|
||||
if ( obj.is(":visible") ) {
|
||||
if (objIconButton.is('[class="material-icons"]')) { // use material-icons
|
||||
objIconButton.html(objIconButton.attr('data-icon-hidden'));
|
||||
@@ -318,7 +319,6 @@ if ( currentView != 'none' && currentView != 'login' ) {
|
||||
const objIconButton = _this_.find("i");
|
||||
const obj = $j(_this_.attr('data-flip-сontrol-object'));
|
||||
|
||||
obj.removeClass('hidden');
|
||||
if (сookie == 'hidden') {
|
||||
if (objIconButton.is('[class="material-icons"]')) { // use material-icons
|
||||
objIconButton.html(objIconButton.attr('data-icon-hidden'));
|
||||
|
||||
Reference in New Issue
Block a user