moved jquery.tmpl.js to converter demo folder, as the script is not part of mobile proper

This commit is contained in:
scottjehl 2010-10-02 11:57:43 -04:00
parent ee77c41b7c
commit 91c5b90c82
4 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
CACHE MANIFEST
index.html
../../css/all
../../js/all
../../js/all
jquery.tmpl.js

View file

@ -6,6 +6,7 @@
<title>jQuery Mobile Framework - Converter Demo Application</title>
<link rel="stylesheet" type="text/css" href="../../css/all"/>
<script type="text/javascript" src="../../js/all"></script>
<script type="text/javascript" src="jquery.tmpl.js"></script>
<script type="text/javascript">
$(function() {
var conversions = [

View file

@ -1,7 +1,6 @@
<?
$elements = array(
'jquery.js',
'jquery.tmpl.js',
'jQuery.mobile.support.js',
'jQuery.mobile.event.js',
'jQuery.mobile.hashchange.js',