| 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 ) ); |
| | + | |
| | + | |
| | + | } |
| | | | |
| | } | | } |