[guadec-web] add the js file in



commit 2217ab69f3ea53c9865bba9becec32801df15730
Author: Andreas Nilsson <anilsson redhat com>
Date:   Mon Jun 30 23:03:37 2014 +0200

    add the js file in

 guadec/header.php                  |    1 +
 guadec/{ => js}/calculate-total.js |    0
 2 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/guadec/header.php b/guadec/header.php
index 6e9d94f..bac373f 100755
--- a/guadec/header.php
+++ b/guadec/header.php
@@ -28,6 +28,7 @@
 <!--[if lt IE 9]>
 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
 <![endif]-->
+<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); 
?>/js/calculate-total.js"></script>
 <?php wp_head(); ?>
 </head>
 
diff --git a/guadec/calculate-total.js b/guadec/js/calculate-total.js
similarity index 100%
rename from guadec/calculate-total.js
rename to guadec/js/calculate-total.js


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]