app/javascript/spotlight/admin/index.js in blacklight-spotlight-4.1.2 vs app/javascript/spotlight/admin/index.js in blacklight-spotlight-4.2.0
- old
+ new
@@ -6,11 +6,10 @@
import 'Leaflet.Editable'
import 'Path.Drag'
import AddAnother from 'spotlight/admin/add_another'
import AddNewButton from 'spotlight/admin/add_new_button'
-import Appearance from 'spotlight/admin/appearance'
import BlacklightConfiguration from 'spotlight/admin/blacklight_configuration'
import CopyEmailAddress from 'spotlight/admin/copy_email_addresses'
import Croppable from 'spotlight/admin/croppable'
import EditInPlace from 'spotlight/admin/edit_in_place'
import ExhibitTagAutocomplete from 'spotlight/admin/exhibit_tag_autocomplete'
@@ -58,10 +57,9 @@
export default class {
connect() {
new AddAnother().connect()
new AddNewButton().connect()
- new Appearance().connect()
new CopyEmailAddress().connect()
new Croppable().connect()
new EditInPlace().connect()
new ExhibitTagAutocomplete().connect()
new Exhibits().connect()
\ No newline at end of file