scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 29  →  ?path2? @ 30
/quickload/text.html
@@ -49,7 +49,7 @@
<li class="active"><a href="#">Text</a></li>
</ul>
<div id="trumbowyg" style="height:334px;">
<div id="trumbowyg" style="height: 334px; display: none; font-family: monospace;">
</div>
 
</div> <!-- /container -->
@@ -86,8 +86,10 @@
$('#trumbowyg')
.trumbowyg('html', data);
$('#trumbowyg').trumbowyg('enable');
$('#trumbowyg').show();
}).fail(() => {
$('#trumbowyg').trumbowyg('enable');
$('#trumbowyg').show();
});
});
</script>