summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-18 13:58:06 +0300
committermakkalot <makkalot@gmail.com>2008-06-18 13:58:06 +0300
commita3bda8ab2f5bfcf33d1fc002f5ed6d5fb0ad82bc (patch)
tree2bd908e022d6253a3e7b016eedb42d655ac31d29
parenteaf715c340bf9a3cd032e607e21905426380b45f (diff)
downloadfunc-a3bda8ab2f5bfcf33d1fc002f5ed6d5fb0ad82bc.tar.gz
func-a3bda8ab2f5bfcf33d1fc002f5ed6d5fb0ad82bc.tar.xz
func-a3bda8ab2f5bfcf33d1fc002f5ed6d5fb0ad82bc.zip
adding the js file into master
-rw-r--r--funcweb/funcweb/templates/master.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html
index 33d14f9..073adc1 100644
--- a/funcweb/funcweb/templates/master.html
+++ b/funcweb/funcweb/templates/master.html
@@ -11,6 +11,7 @@
<script type="text/javascript" src="${tg.url('/static/javascript/jquery.js')}" />
<link py:for="js in tg_js_head" py:strip="">${ET(js.display())}</link>
<link py:for="css in tg_css" py:strip="">${ET(css.display())}</link>
+ <script type="text/javascript" src="${tg.url('/static/javascript/ajax.js')}" />
<link href="${tg.url('/static/images/favicon.ico')}"
type="image/vnd.microsoft.icon" rel="shortcut icon" />