~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to views/jquery.html

  • Committer: Michael
  • Date: 2010-12-16 13:45:28 UTC
  • mfrom: (1479.1.91 eden)
  • Revision ID: ero@gmail.com-20101216134528-7x3m6m3fk9uc9i69
mergeĀ fromĀ trunk...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!--jQuery-->
2
2
{{if session.s3.debug:}}
3
 
<script src="/{{=request.application}}/static/scripts/web2py/jquery-1.4.2.js" type="text/javascript"></script>
 
3
<script src="/{{=request.application}}/static/scripts/web2py/jquery-1.4.4.js" type="text/javascript"></script>
4
4
{{else:}}
5
 
<script src="/{{=request.application}}/static/scripts/web2py/jquery-1.4.2.min.js" type="text/javascript"></script>
 
5
<script src="/{{=request.application}}/static/scripts/web2py/jquery-1.4.4.min.js" type="text/javascript"></script>
6
6
<!-- For Sites Hosted on the Public Internet, using Google's version of jQuery will provide better performance
7
7
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
8
8
-->