diff --git a/js/script.js b/js/script.js
index 9351c53..4f95ab8 100644
--- a/js/script.js
+++ b/js/script.js
@@ -350,6 +350,7 @@ View.prototype = {
"
" + note.content + "
" +
"");
$(".notes-grid").prepend( $notehtml )
+ .isotope({ filter: '*'})
.isotope( 'prepended', $notehtml);
self.renderNavigation();
}).fail(function () {