templates/project/lib/iasd-bootstrap.js in iasd-bootstrap-sass-1.2.0 vs templates/project/lib/iasd-bootstrap.js in iasd-bootstrap-sass-1.2.1
- old
+ new
@@ -1,7 +1,7 @@
/*!
- * IASD Bootstrap v1.2.0 (http://styleguide.adventistas.org)
+ * IASD Bootstrap v1.2.1 (http://styleguide.adventistas.org)
* Copyright 2014-2014 Igreja Adventista do Sétimo Dia
* Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
*/
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
@@ -1844,9 +1844,11 @@
if(maxPages == currentPage)
$button.hide();
jQuery('.load-more_posts-link').attr('href', nextPageHref);
+
+ $button.trigger('after-render-page.iasd');
},
renderMorePostsError : function(){
var $button = jQuery(this);
$button.removeClass('loading');
\ No newline at end of file