Remove XXX
This commit is contained in:
parent
593011a657
commit
d8855ed5f7
@ -25,8 +25,6 @@ define([
|
|||||||
marks: [[-1, 0, 0, Number.MAX_SAFE_INTEGER, Number.MAX_SAFE_INTEGER]]
|
marks: [[-1, 0, 0, Number.MAX_SAFE_INTEGER, Number.MAX_SAFE_INTEGER]]
|
||||||
};
|
};
|
||||||
|
|
||||||
Messages.cba_writtenBy = 'Written by <em>{0}</em>'; // XXX
|
|
||||||
|
|
||||||
var addMark = function (Env, from, to, uid) {
|
var addMark = function (Env, from, to, uid) {
|
||||||
if (!Env.enabled) { return; }
|
if (!Env.enabled) { return; }
|
||||||
var author = Env.authormarks.authors[uid] || {};
|
var author = Env.authormarks.authors[uid] || {};
|
||||||
@ -603,8 +601,6 @@ define([
|
|||||||
cb();
|
cb();
|
||||||
};
|
};
|
||||||
|
|
||||||
Messages.cba_show = "Show user colors"; // XXX
|
|
||||||
Messages.cba_hide = "Hide user colors"; // XXX
|
|
||||||
var setButton = function (Env, $button) {
|
var setButton = function (Env, $button) {
|
||||||
var toggle = function () {
|
var toggle = function () {
|
||||||
var tippy = $button[0] && $button[0]._tippy;
|
var tippy = $button[0] && $button[0]._tippy;
|
||||||
|
|||||||
@ -52,10 +52,6 @@ define([
|
|||||||
|
|
||||||
var metadataMgr = common.getMetadataMgr();
|
var metadataMgr = common.getMetadataMgr();
|
||||||
var priv = metadataMgr.getPrivateData();
|
var priv = metadataMgr.getPrivateData();
|
||||||
Messages.cba_properties = "Author colors (experimental)"; // XXX
|
|
||||||
Messages.cba_hint = "This setting will be remembered for your next pad."; // XXX
|
|
||||||
Messages.cba_enable = "Enable author colors in this pad"; // XXX
|
|
||||||
Messages.cba_disable = "Clear all colors and disable"; // XXX
|
|
||||||
if (owned && priv.app === 'code') {
|
if (owned && priv.app === 'code') {
|
||||||
(function () {
|
(function () {
|
||||||
var sframeChan = common.getSframeChannel();
|
var sframeChan = common.getSframeChannel();
|
||||||
|
|||||||
@ -732,8 +732,6 @@ define([
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Messages.pad_useFullWidth = "Use full width"; // XXX
|
|
||||||
Messages.pad_usePageWidth = "Use page mode"; // XXX
|
|
||||||
framework._.sfCommon.getAttribute(['pad', 'width'], function (err, data) {
|
framework._.sfCommon.getAttribute(['pad', 'width'], function (err, data) {
|
||||||
var active = data || typeof(data) === "undefined";
|
var active = data || typeof(data) === "undefined";
|
||||||
if (active) {
|
if (active) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user