From 8e7af6fa858a72b585bc990665dba7fefaf43934 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sat, 1 Sep 2018 09:35:55 +0800 Subject: [PATCH] vps mod some --- usr/wiki/html5.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr/wiki/html5.js b/usr/wiki/html5.js index 041d1344..47aa43e6 100644 --- a/usr/wiki/html5.js +++ b/usr/wiki/html5.js @@ -109,8 +109,8 @@ var current_ctx = {//{{{ scale: {label: "比例", value: 1, width: 40}, point: {label: "坐标", value: "0,0", width: 60}, begin: {label: "隐藏", value: 0, width: 40}, - interval: {label: "间隔", value: 100, width: 40}, - json: {label: "数据", value: "", width: 100}, + interval: {label: "间隔", value: 100, width: 20}, + json: {label: "数据", value: "", width: 80}, }, command: { cmd_shape: { @@ -393,7 +393,6 @@ function show_debug(log, clear) {//{{{ function draw_point(event) {//{{{ console.log("point"); console.log(event); - show_debug(event.type) var point = trans({x:event.offsetX, y:event.offsetY}); if (event.type == "touchstart") { var point = trans({x:event.touches[0].clientX, y:event.touches[0].clientY});