update RegisterItem
This commit is contained in:
+1
@@ -40,6 +40,7 @@
|
||||
|
||||
.cardOverlayButtons .fab {
|
||||
background-color: #333;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
define(['appSettings', 'appStorage', 'libraryBrowser', 'apphost', 'itemHelper', 'mediaInfo'], function (appSettings, appStorage, LibraryBrowser, appHost, itemHelper, mediaInfo) {
|
||||
define(['appSettings', 'appStorage', 'libraryBrowser', 'apphost', 'itemHelper'], function (appSettings, appStorage, LibraryBrowser, appHost, itemHelper) {
|
||||
|
||||
function isClickable(target) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user