We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa1f98 commit 0889f67Copy full SHA for 0889f67
app/assets/javascripts/manage/lib/simpleMde.js
@@ -8,7 +8,6 @@ function setupSimpleMde() {
8
if (baseSrc) {
9
options['previewRender'] = function(plainText) {
10
var iframe = document.createElement('iframe');
11
- var baseSrc = baseSrc;
12
var newSrc = baseSrc + '?body=' + encodeURIComponent(plainText);
13
iframe.className = 'email-preview-in-simplemde';
14
iframe.src = newSrc;
0 commit comments