mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
添加沙箱环境
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user