添加沙箱环境

This commit is contained in:
tanghc
2019-06-20 09:45:41 +08:00
parent 326edf661e
commit 246791751d
2 changed files with 9 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ var InputCache = {
if (storage) {
var dataKey = location.host;
$('body').find('input[type="text"]').unbind().change(function () {
$('body').on('change', 'input', function (){
var id = this.id;
if (id) {
var data = getCache();