mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 10:24:45 +00:00
Use jQuery tag inserter instead of pointing directly at jquery.js
This commit is contained in:
parent
ae2a9a55c0
commit
571d2552e0
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
.ui-li { overflow: hidden; }
|
||||
|
||||
</style>
|
||||
<script src="../js/jquery.js"></script>
|
||||
<script src="../js/jquery.tag.inserter.js"></script>
|
||||
<script src="../js/"></script>
|
||||
<script>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>jQuery Mobile Tools</title>
|
||||
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.css">
|
||||
<script src="../js/jquery.js"></script>
|
||||
<script src="../js/jquery.tag.inserter.js"></script>
|
||||
<script src="../js/"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue