From 97bd1c410121e180cee4faf057086e1061c500b2 Mon Sep 17 00:00:00 2001 From: cilame Date: Tue, 28 Sep 2021 23:49:40 +0800 Subject: [PATCH] add --- popup.html | 2 +- tools/popup_utils.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/popup.html b/popup.html index b9cece1..e7bdb48 100644 --- a/popup.html +++ b/popup.html @@ -54,7 +54,7 @@
AST解密混淆
- + diff --git a/tools/popup_utils.js b/tools/popup_utils.js index eb755c3..4f57c1c 100644 --- a/tools/popup_utils.js +++ b/tools/popup_utils.js @@ -1,11 +1,11 @@ -var obtn = document.getElementById('ob') +var sojsontn = document.getElementById('sojson') var obnormalbtn = document.getElementById('obnormal') var uglifybtn = document.getElementById('uglify') var uglify_minibtn = document.getElementById('uglify_mini') var txt = document.getElementById('txt') -obtn.addEventListener('click', function(e){ +sojsontn.addEventListener('click', function(e){ try{ txt.value = muti_process_obdefusion(txt.value) }catch(e){