lint compliance
This commit is contained in:
@@ -736,9 +736,9 @@ define([
|
||||
});
|
||||
|
||||
framework._.sfCommon.isPadStored(function (err, val) {
|
||||
//if (!val) { return; }
|
||||
if (!val) { return; }
|
||||
var b64images = $inner.find('img[src^="data:image"]:not(.cke_reset)');
|
||||
if (true || b64images.length && framework._.sfCommon.isLoggedIn()) {
|
||||
if (b64images.length && framework._.sfCommon.isLoggedIn()) {
|
||||
var no = h('button.cp-corner-cancel', Messages.cancel);
|
||||
var yes = h('button.cp-corner-primary', Messages.ok);
|
||||
var actions = h('div', [no, yes]);
|
||||
|
||||
Reference in New Issue
Block a user