File tree Expand file tree Collapse file tree 5 files changed +2
-85
lines changed Expand file tree Collapse file tree 5 files changed +2
-85
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -544,7 +544,6 @@ export default {
544544 'static/scripts/edit/components/GuessCaseIcon' : ( ) : Promise < mixed > => import ( '../static/scripts/edit/components/GuessCaseIcon.js' ) ,
545545 'static/scripts/edit/components/HydratedDateRangeFieldset' : ( ) : Promise < mixed > => import ( '../static/scripts/edit/components/HydratedDateRangeFieldset.js' ) ,
546546 'static/scripts/edit/components/InformationIcon' : ( ) : Promise < mixed > => import ( '../static/scripts/edit/components/InformationIcon.js' ) ,
547- 'static/scripts/recording/RecordingName' : ( ) : Promise < mixed > => import ( '../static/scripts/recording/RecordingName.js' ) ,
548547 'static/scripts/relationship-editor/components/RelationshipEditorWrapper' : ( ) : Promise < mixed > => import ( '../static/scripts/relationship-editor/components/RelationshipEditorWrapper.js' ) ,
549548 'static/scripts/release-editor/components/EditNoteTab' : ( ) : Promise < mixed > => import ( '../static/scripts/release-editor/components/EditNoteTab.js' ) ,
550549 'static/scripts/series/components/SeriesRelationshipEditor' : ( ) : Promise < mixed > => import ( '../static/scripts/series/components/SeriesRelationshipEditor.js' ) ,
Original file line number Diff line number Diff line change 99
1010import $ from 'jquery' ;
1111
12- import './RecordingName.js' ;
1312import '../edit/components/FormRowTextList.js' ;
1413
1514import {
16- initializeArtistCredit ,
1715 installFormUnloadWarning ,
1816} from '../edit/components/forms.js' ;
1917import initializeBubble from '../edit/MB/Control/Bubble.js' ;
20- import { initGuessFeatButton } from '../edit/utility/guessFeat.js' ;
2118import initializeValidation from '../edit/validation.js' ;
2219
2320$ ( function ( ) {
24- initGuessFeatButton ( 'edit-recording' ) ;
25- initializeArtistCredit ( 'edit-recording' ) ;
2621 initializeBubble ( '#isrcs-bubble' , 'input[name=edit-recording\\.isrcs\\.0]' ) ;
2722 installFormUnloadWarning ( ) ;
2823 initializeValidation ( ) ;
Original file line number Diff line number Diff line change 2828 } ,
2929 {
3030 command : 'click' ,
31- target : 'css=div.recording-name button.guessfeat' ,
31+ target : 'css=button.guessfeat' ,
3232 value : '' ,
3333 } ,
3434 {
134134 } ,
135135 {
136136 command : 'click' ,
137- target : 'css=div.recording-name button.guessfeat' ,
137+ target : 'css=button.guessfeat' ,
138138 value : '' ,
139139 } ,
140140 {
You can’t perform that action at this time.
0 commit comments