diff --git a/bower.json b/bower.json
index de6a44d..f13e58c 100644
--- a/bower.json
+++ b/bower.json
@@ -4,6 +4,7 @@
"dependencies": {
"bootstrap": "^3.3",
"jquery": "^2.2",
- "swipebox": "^1.4"
+ "swipebox": "^1.4",
+ "bootswatch": "^3.3"
}
}
\ No newline at end of file
diff --git a/js/index.js b/js/index.js
index eaa769c..77d5f91 100755
--- a/js/index.js
+++ b/js/index.js
@@ -1,9 +1,3 @@
$(function() {
$( '.swipebox' ).swipebox();
-
- $(window).on('ajaxComplete', function() {
- setTimeout(function() {
- $(window).lazyLoadXT();
- }, 50);
- });
});
\ No newline at end of file
diff --git a/views/index_view.php b/views/index_view.php
index 8c3992f..dcae4be 100644
--- a/views/index_view.php
+++ b/views/index_view.php
@@ -24,7 +24,6 @@
-