Changes

Jump to navigation Jump to search
m
no edit summary
Line 106: Line 106:  
};
 
};
 
};
 
};
 +
 +
function notify_porting() {
 +
 +
var button_import = new OO.ui.ButtonWidget( { label: "Import local personal data from file", classes: [ 'pduimark' ] } ),
 +
button_export = new OO.ui.ButtonWidget( { label: "Export local personal data to file ", classes: [ 'pduimark' ] } );
 +
 +
 +
mw.notify( $( button_import.$element , button_export.$element ) );
 +
 +
 +
}
    
}
 
}
530

edits

Navigation menu