Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Jan 27, 2020
1 parent 62e49af commit 0540723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wnr",
"version": "1.9.2",
"version": "1.9.3",
"description": "It's a timer app with strong expansibility for computers. The name is an abbr of \"Work and Rest\".",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a href="javascript:call('window-minimize')" class="small work"><i class="fa fa-minus fa-fw"
id="window-minimize"></i></a>&nbsp;&nbsp;
<a href="javascript:call('window-close-chk')" class="small work"><i class="fa fa-times fa-fw"
id="exit"></i></a>&nbsp;&nbsp;
id="exit"></i></a>
<script>
$('#helper').attr('title', i18n.__('helper'));
$('#window-hide').attr('title', i18n.__('window-hide'));
Expand Down

0 comments on commit 0540723

Please sign in to comment.