Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

删除多余的文件 #160

Merged
merged 1 commit into from
Sep 17, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/widget/quickdelete/delete.png
Binary file not shown.
8 changes: 0 additions & 8 deletions assets/widget/quickdelete/quickdelete.css

This file was deleted.

13 changes: 0 additions & 13 deletions assets/widget/quickdelete/quickdelete.default.css

This file was deleted.

5 changes: 5 additions & 0 deletions examples/assets/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ var widgets = {
"description": '下拉菜单',
"icon": 'dropmenu.png'
},
'popover': {
"name": 'Popover',
"description": '提示层',
"icon": 'dropmenu.png'
},
'gotop': {
"name": 'Gotop',
"description": '返回顶部',
Expand Down
2 changes: 1 addition & 1 deletion examples/widget/slider/slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script type="text/javascript" src="../../../src/widget/slider/$touch.js"></script>
<script type="text/javascript" src="../../../src/widget/slider/$autoplay.js"></script>
<script type="text/javascript" src="../../../src/widget/slider/$lazyloadimg.js"></script>
<script type="text/javascript" src="../../../src/widget/slider/imgZoom.js"></script>
<script type="text/javascript" src="../../../src/widget/slider/imgzoom.js"></script>
<!--组件依赖js end-->
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion examples/widget/suggestion/suggestion_close.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<!--组件依赖css begin-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.css" />
<link rel="stylesheet" type="text/css" href="../../../assets/widget/quickdelete/quickdelete.css" /> <!--快速删除组件css,配合suggestion使用-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.default.css" /> <!--皮肤文件,若不使用该皮肤,可以不加载-->
<!--组件依赖css end-->

Expand Down
1 change: 0 additions & 1 deletion examples/widget/suggestion/suggestion_posAdapt.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<!--组件依赖css begin-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.css" />
<link rel="stylesheet" type="text/css" href="../../../assets/widget/quickdelete/quickdelete.css" /> <!--快速删除组件css,配合suggestion使用-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.default.css" /> <!--皮肤文件,若不使用该皮肤,可以不加载-->
<!--组件依赖css end-->

Expand Down
1 change: 0 additions & 1 deletion examples/widget/suggestion/suggestion_render.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<!--组件依赖css begin-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.css" />
<link rel="stylesheet" type="text/css" href="../../../assets/widget/quickdelete/quickdelete.css" /> <!--快速删除组件css,配合suggestion使用-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.default.css" /> <!--皮肤文件,若不使用该皮肤,可以不加载-->
<!--组件依赖css end-->

Expand Down
1 change: 0 additions & 1 deletion examples/widget/suggestion/suggestion_share.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<!--组件依赖css begin-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.css" />
<link rel="stylesheet" type="text/css" href="../../../assets/widget/quickdelete/quickdelete.css" /> <!--快速删除组件css,配合suggestion使用-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.default.css" /> <!--皮肤文件,若不使用该皮肤,可以不加载-->
<!--组件依赖css end-->

Expand Down
1 change: 0 additions & 1 deletion examples/widget/suggestion/suggestion_submit.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<!--组件依赖css begin-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.css" />
<link rel="stylesheet" type="text/css" href="../../../assets/widget/quickdelete/quickdelete.css" /> <!--快速删除组件css,配合suggestion使用-->
<link rel="stylesheet" type="text/css" href="../../../assets/widget/suggestion/suggestion.default.css" /> <!--皮肤文件,若不使用该皮肤,可以不加载-->
<!--组件依赖css end-->

Expand Down