mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
moved jquery.tmpl.js to converter demo folder, as the script is not part of mobile proper
This commit is contained in:
parent
ee77c41b7c
commit
91c5b90c82
4 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
index.html
|
||||
../../css/all
|
||||
../../js/all
|
||||
../../js/all
|
||||
jquery.tmpl.js
|
||||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<?
|
||||
$elements = array(
|
||||
'jquery.js',
|
||||
'jquery.tmpl.js',
|
||||
'jQuery.mobile.support.js',
|
||||
'jQuery.mobile.event.js',
|
||||
'jQuery.mobile.hashchange.js',
|
||||
|
|
|
|||
Loading…
Reference in a new issue