Remove comments scripts
This commit is contained in:
parent
6a931faee1
commit
d10d7f1f75
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue