From aa3ca01ac18fba39288fa41f78b746e474c0d34c Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Wed, 25 Mar 2026 09:26:33 +0800 Subject: [PATCH] add 'gm_jp' --- application/views/bootstrap/header.php | 18 ++-- application/views/bootstrap3/header.php | 129 ++++++++++++------------ 2 files changed, 74 insertions(+), 73 deletions(-) diff --git a/application/views/bootstrap/header.php b/application/views/bootstrap/header.php index 745ba866..1db255b4 100644 --- a/application/views/bootstrap/header.php +++ b/application/views/bootstrap/header.php @@ -21,13 +21,13 @@ sitecode: 'config->item('site_code'); ?>', width: 1024, height: 800, - onInit: function (finder) { - finder.on('files:choose', function (evt) { + onInit: function(finder) { + finder.on('files:choose', function(evt) { var file = evt.data.files.first(); alert(file.getUrl()); }); - finder.on('file:choose:resizedImage', function (evt) { + finder.on('file:choose:resizedImage', function(evt) { alert(evt.data.resizedUrl); }); } @@ -55,14 +55,14 @@ var url = ''; $.post(url, { 'msg_ids': ic_ids - }, function (result) { + }, function(result) { window.location.href = window.location.href; }); }