Remove comments scripts

This commit is contained in:
Fabiano 2018-08-29 11:25:14 -03:00
parent 6a931faee1
commit d10d7f1f75
1 changed files with 2 additions and 11 deletions

View File

@ -80,21 +80,12 @@ jQuery(document).ready(function( $ ) {
// instead of a settings object
]
});
//$('.t-collection--info-description-text').attr('style', 'display: block; max-height: 4.5em;');
/* var t = $(".elimore");
t.dotdotdot({
keep: ".toggle"
});
var n = t.data("dotdotdot");
t.on("click", ".toggle", function(e) {
t.preventDefault(), t.hasClass("ddd-truncated") ? (n.restore(), t.addClass("full-story")) : (t.removeClass("full-story"), n.truncate(), n.watch())
}); */
});
jQuery(document).ready(function(e) {
var t = e(".dotmore");
t.dotdotdot({
keep: ".toggle"
keep: ".toggle",
height: "watch"
});
var n = t.data("dotdotdot");
t.on("click", ".toggle", function(e) {