fixed #58 and update ease preview png
This commit is contained in:
parent
ea872adba4
commit
4bed126440
@ -47,7 +47,7 @@
|
||||
// init
|
||||
$(document).ready(function () {
|
||||
Util.init();
|
||||
Util.replaceSideEm($("#naviComments li"));
|
||||
Util.replaceSideEm($("#naviComments li .side-comment"));
|
||||
|
||||
// brush
|
||||
buildBrush();
|
||||
|
@ -77,7 +77,7 @@ Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa
|
||||
});
|
||||
|
||||
Util.init();
|
||||
Util.replaceSideEm($("#recentComments li"));
|
||||
Util.replaceSideEm($("#recentComments li .side-comment"));
|
||||
});
|
||||
</script>
|
||||
${plugins}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 42 KiB |
@ -44,7 +44,7 @@
|
||||
|
||||
$(document).ready(function () {
|
||||
Util.init();
|
||||
Util.replaceSideEm($(".side-navi .navi-comments li div.left"));
|
||||
Util.replaceSideEm($(".side-navi .navi-comments li .side-comment"));
|
||||
|
||||
// set selected navi
|
||||
$("#header-navi li").each(function (i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user