提交 e81c7731 编写于 作者: Skyeye云's avatar Skyeye云

去除JS代码格式化

上级 1ea38dac
......@@ -88,7 +88,7 @@ layui.config({
//HTML-JS内容变化事件
$("body").on("change", "#htmlJsContent", function(){
$("#htmlJsContentScript").html('<script>layui.define(["jquery"], function(exports) {var jQuery = layui.jquery;(function($) {' + $("#htmlJsContent").val() + '})(jQuery);});</script>');
$("#htmlJsContent").val(do_js_beautify($(this).val()));
// $("#htmlJsContent").val(do_js_beautify($(this).val()));
});
//下载canvas图片
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册