Changes

Jump to navigation Jump to search
no edit summary
Line 7: Line 7:     
     function createPopupAndAddIcon( element, url, title, label ) {
 
     function createPopupAndAddIcon( element, url, title, label ) {
       mw.loader.using( [ 'oojs-ui-core', 'oojs-ui-widgets' ] ).then( function () {
+
       mw.loader.using( [ 'oojs-ui-core', 'oojs-ui-widgets', 'oojs-ui.styles.icons-interactions' ] ).then( function () {
 
         var searchIcon = new OO.ui.IconWidget( {
 
         var searchIcon = new OO.ui.IconWidget( {
 
           icon: 'ellipsis',
 
           icon: 'ellipsis',
Line 105: Line 105:  
                   qid = amount;
 
                   qid = amount;
 
                 } else {
 
                 } else {
 +
  qLabel = $( this ).text();
 
                   qid = '"' + qLabel + '"';
 
                   qid = '"' + qLabel + '"';
 
                 }
 
                 }

Navigation menu