Added import/export tracking

This commit is contained in:
Michael Townsend
2015-12-04 10:57:16 -05:00
parent 78bf47bfa1
commit c66d484627
+2
View File
@@ -290,6 +290,7 @@
'inputExport': {
text: [_('save this.')],
textarea: Engine.export64(),
onLoad: function() { Engine.event('progress', 'export'); },
readonly: true,
buttons: {
'done': {
@@ -352,6 +353,7 @@
},
import64: function(string64) {
Engine.event('progress', 'import');
Engine.disableSelection();
string64 = string64.replace(/\s/g, '');
string64 = string64.replace(/\./g, '');