mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 14:57:23 +08:00
fixed minor JS codestyle issues
This commit is contained in:
@@ -51,8 +51,8 @@
|
|||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
cache: false,
|
cache: false,
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
$e.attr('src', data['url']);
|
$e.attr('src', data.url);
|
||||||
$('body').data(settings.hashKey, [data['hash1'], data['hash2']]);
|
$('body').data(settings.hashKey, [data.hash1, data.hash2]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user