(function($) { $(document).ready(function() { $(".submitcommentslink").click(function(e) { e.preventDefault(); $(".comment-form").submit(); }); $('.panel-col-last h2.pagelet').replaceWith(function () {â¦
↧