File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
themes/api.jquerymobile.com Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ function jq_mobile_api_versions() {
11
11
12
12
function jq_mobile_ui_api_versions () {
13
13
return array (
14
- '1.5 ' => '1.12 '
14
+ '1.5 ' => '1.12 ' ,
15
+ '1.4 ' => '1.10 ' ,
16
+ '1.3 ' => '1.9 '
15
17
);
16
18
}
17
19
Original file line number Diff line number Diff line change 41
41
<a href="<?php echo "$ rootUrl/category/all " ; ?> ">full listing of entries</a>, or browse by
42
42
category from the sidebar.</p>
43
43
44
- <p>jQuery Mobile <?php echo $ thisVersion ; ?>
45
- <?php if ( $ thisVersion == "1.5 " ) {
46
- echo "uses jQuery UI " . $ ui_versions [ $ thisVersion ] . " and " ;
47
- } ?>
44
+ <p>jQuery Mobile <?php echo $ thisVersion ; ?> uses jQuery UI <?php echo $ ui_versions [ $ thisVersion ] ?> and
48
45
supports jQuery <?php echo $ versions [ $ thisVersion ]; ?> .
49
46
50
47
<p>See the <a href="http://jquerymobile.com/gbs/<?php echo $ thisVersion ; ?> ">supported platforms</a> page for a list of all
You can’t perform that action at this time.
0 commit comments