...
|
...
|
@@ -6,6 +6,7 @@ |
|
|
|
|
|
var $ = require('jquery'),
|
|
|
ellipsis = require('mlellipsis');
|
|
|
require('lazyload');
|
|
|
|
|
|
|
|
|
exports.init = function() {
|
...
|
...
|
@@ -13,4 +14,6 @@ exports.init = function() { |
|
|
$(".post-list").find("span").each(function(){
|
|
|
$(this).mlellipsis(2);
|
|
|
})
|
|
|
|
|
|
$("img.lazy").lazyload();
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|