update RegisterItem

This commit is contained in:
Luke Pulverenti 2016-07-18 00:22:03 -04:00
parent 674a50ac18
commit c216a7ecdc
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
.cardOverlayButtons .fab {
background-color: #333;
margin-right: .25em;
}
@media all and (max-width: 1200px) {

View File

@ -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) {