summaryrefslogtreecommitdiff
path: root/js/custom.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/custom.js')
-rwxr-xr-xjs/custom.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/js/custom.js b/js/custom.js
new file mode 100755
index 0000000..092a7a4
--- /dev/null
+++ b/js/custom.js
@@ -0,0 +1,14 @@
+
+function theme_home(){
+
+ //flexslider
+ jQuery('.flexslider').flexslider({
+ animation: "slide"
+ });
+
+}
+
+jQuery(document).ready(function($){
+ theme_home();
+});
+