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;
});
}