X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/blobdiff_plain/60900941226faba2b267e9692fa805bb9a7bdeed..53daa119342229bb6bc7e4ed2eb19529a6d4ffe6:/snippets/collapsible-sets.html?ds=inline diff --git a/snippets/collapsible-sets.html b/snippets/collapsible-sets.html index 5c3309c..fee30d2 100644 --- a/snippets/collapsible-sets.html +++ b/snippets/collapsible-sets.html @@ -11,7 +11,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- jQuery Mobile CSS bits --> - <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" /> + <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" /> <!-- if you have a custom theme, add it here --> <link rel="stylesheet" href="/themes/jQuery-Mobile-Boilerplate.css" /> @@ -20,9 +20,9 @@ <link rel="stylesheet" href="/css/custom.css" /> <!-- Javascript includes --> - <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> + <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> <script src="/js/mobileinit.js"></script> - <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script> + <script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script> <script src="/js/application.js"></script> </head> <body>