This commit is contained in:
Van
2019-03-04 17:25:36 +08:00
parent a08a2f385b
commit 0d85dfbfd1
21 changed files with 15 additions and 30 deletions

View File

@@ -28,10 +28,6 @@
*/
var Skin = {
_initCommon: function ($goTop) {
$('body').on('click', '.content-reset img', function () {
window.open(this.src);
});
var $banner = $('header .banner'),
$navbar = $('header .navbar');