Commit 820d7281 authored by Van's avatar Van

🎨 #12724

parent c4fb583c
......@@ -75,7 +75,7 @@ admin.themeList = {
Label.servePath + '?skin=' + skins[i].skinDirName + '\')">'
+ Label.previewLabel + '</button></div></div>'
}
$('#skinMain').append(skinsHTML + '<div class=\'fn__clear\'></div>')
$('#skinMain').html(skinsHTML + '<div class=\'fn__clear\'></div>')
$('.skinItem .update').click(function () {
admin.themeList.update($(this).data('name'), 'pc')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment