mobile moment
This commit is contained in:
@@ -322,6 +322,17 @@
|
||||
});
|
||||
}
|
||||
|
||||
function hidden_morelinkMoment(){
|
||||
$morelink = $('#moments .more_link');
|
||||
|
||||
$morelink.click(function(e) {
|
||||
e.preventDefault();
|
||||
$('#moments .__content').addClass('is_active');
|
||||
$morelink.addClass('is_active');
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
$( document ).ready(function() {
|
||||
// currenturl();
|
||||
notes();
|
||||
@@ -330,6 +341,7 @@
|
||||
replaceAny();
|
||||
select_custom();
|
||||
remove_isactive();
|
||||
hidden_morelinkMoment();
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user