Changes

Jump to navigation Jump to search
no edit summary
Line 1,004: Line 1,004:  
       .next(function () {
 
       .next(function () {
 
         // focus "Merge with" field:
 
         // focus "Merge with" field:
         // https://www.wikidata.org/wiki/?oldid=333747825#Request:_Improvements_for_keyboard_navigation
+
         // https://wiki.personaldata.io/wiki/?oldid=333747825#Request:_Improvements_for_keyboard_navigation
 
         this.entitySelector.focus();
 
         this.entitySelector.focus();
 
       }, this);
 
       }, this);
Line 1,102: Line 1,102:  
     this.actions.forEach(null, function (action) {
 
     this.actions.forEach(null, function (action) {
 
       // reenable 'cancel' button, disable all other buttons
 
       // reenable 'cancel' button, disable all other buttons
       // https://www.wikidata.org/wiki/?oldid=323115101#Close.2FCancel
+
       // https://wiki.personaldata.io/wiki/?oldid=323115101#Close.2FCancel
 
       action.setDisabled(action.getAction() !== 'cancel');
 
       action.setDisabled(action.getAction() !== 'cancel');
 
     });
 
     });
14,020

edits

Navigation menu