mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-22 05:11:52 +00:00
pulled the media attr out
This commit is contained in:
parent
091c00a9cf
commit
f259ebd5f3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Basic Page</title>
|
<title>Basic Page</title>
|
||||||
<link rel="stylesheet" media="screen and (min-width: 0)" href="../css/all" />
|
<link rel="stylesheet" href="../css/all" />
|
||||||
<script type="text/javascript" src="../js/all"></script>
|
<script type="text/javascript" src="../js/all"></script>
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue