mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
clean up some pending notes
This commit is contained in:
parent
76b90d3c8a
commit
e57ccf14d7
@ -94,7 +94,7 @@ define([
|
||||
'cp-admin-list-my-instance',
|
||||
'cp-admin-consent-to-contact',
|
||||
'cp-admin-remove-donate-button',
|
||||
'cp-admin-instance-purpose', // XXX
|
||||
'cp-admin-instance-purpose',
|
||||
],
|
||||
};
|
||||
|
||||
@ -1902,7 +1902,6 @@ define([
|
||||
[ value]
|
||||
], cb);
|
||||
};
|
||||
//var spinner = UI.makeSpinner($br); // XXX
|
||||
|
||||
$opts.on('change', function () {
|
||||
var val = $opts.find('input:radio:checked').val();
|
||||
|
||||
@ -194,7 +194,7 @@ define([
|
||||
};
|
||||
|
||||
Messages.convertPage = "Convert"; // XXX
|
||||
Messages.convert_hint = "Pick the file you want to convert. The list of output format will be visible afterward.";
|
||||
Messages.convert_hint = "Pick the file you want to convert. The list of output format will be visible afterward."; // XXX
|
||||
|
||||
var createToolbar = function () {
|
||||
var displayed = ['useradmin', 'newpad', 'limit', 'pageTitle', 'notifications'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user