Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jianling authored and jianling committed Oct 16, 2013
1 parent 9c54cf3 commit 91c56b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/assets/demos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/widget/calendar/calendar_iOS7.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta charset="utf-8">
<title>日历控件 - picker</title>
<title>iOS7风格的日历控件</title>
<!--demo展示所用css,不用关心 begin-->
<link rel="stylesheet" type="text/css" href="../../../assets/reset.css" />
<!--demo展示所用css end-->
Expand Down Expand Up @@ -48,7 +48,6 @@
});
});

$(this).calendar('show');
})(Zepto);
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/widget/add2desktop/add2desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
$el = me.$el || (me.$el = $('<div></div>'));
$el.addClass('ui-add2desktop').appendTo(me._options['container'] || (me.$el.parent().length ? '' : document.body)),

$el.html('<img src="' + me._options['icon'] + '"/><p>先点击<span class="ui-add2desktop-icon-' + version +'"></span>,<br />再"添加至主屏幕"</p><span class="ui-add2desktop-close"><b></b></span><div class="ui-add2desktop-arrow"><b></b></div>');
$el.html('<img src="' + me._options['icon'] + '"/><p>先点击<span class="ui-add2desktop-icon-' + version +'"></span>,<br />再"添加到主屏幕"</p><span class="ui-add2desktop-close"><b></b></span><div class="ui-add2desktop-arrow"><b></b></div>');
},

/**
Expand Down

0 comments on commit 91c56b5

Please sign in to comment.