mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
fixed titles in the checkbox radio tests
This commit is contained in:
parent
4bea7c41b8
commit
280394757b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* mobile page unit tests
|
||||
* mobile checkboxradio unit tests
|
||||
*/
|
||||
(function($){
|
||||
module('jquery.mobile.forms.checkboxradio.js');
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>jQuery Mobile Page Test Suite</title>
|
||||
<title>jQuery Mobile Checkboxradio Test Suite</title>
|
||||
|
||||
<script type="text/javascript" src="../../../js/jquery.js"></script>
|
||||
<script src="../jquery.setNameSpace.js"></script>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1 id="qunit-header">jQuery Mobile Page Test Suite</h1>
|
||||
<h1 id="qunit-header">jQuery Mobile Checkbockradio Test Suite</h1>
|
||||
<h2 id="qunit-banner"></h2>
|
||||
<h2 id="qunit-userAgent"></h2>
|
||||
<ol id="qunit-tests">
|
||||
|
|
|
|||
Loading…
Reference in a new issue