Changes

Jump to navigation Jump to search
m
no edit summary
Line 119: Line 119:  
button_export = new OO.ui.ButtonWidget( { label: "Export Personal Data", classes: [ 'pduimark' ] } );
 
button_export = new OO.ui.ButtonWidget( { label: "Export Personal Data", classes: [ 'pduimark' ] } );
   −
button_import.on( 'click', function () {
+
button_import.on( 'click', function () {
          
if (window.webkitURL != null) {
 
if (window.webkitURL != null) {
 
+
alert("loading file on webkit")
 
} else {
 
} else {
 
+
alert("loading file non webkit")
 
}
 
}
  
530

edits

Navigation menu