Skip to content

Commit

Permalink
Fix useless html
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Dec 12, 2015
1 parent d42278e commit b912612
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ChromeExtension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"manifest_version": 2,
"name": "RaspberryCast",
"permissions": [ "contextMenus", "tabs", "notifications" ],
"version": "1.2.0"
"version": "1.2.1"
}
6 changes: 3 additions & 3 deletions ChromeExtension/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<span class="glyphicon glyphicon-pause" aria-hidden="true"></span>
</button>
<button id="stop" type="button" title="Stop video/Empty queue" class="fifty btn btn-danger">
<span class="glyphicon glyphicon-stop" aria-hidden="true"></a></span>
<span class="glyphicon glyphicon-stop" aria-hidden="true"></span>
</button>
</div>
<div>
<button id="backward" type="button" title="Backward" class="fifty btn btn-warning">
<span class="glyphicon glyphicon-backward" aria-hidden="true"></a></span>
<span class="glyphicon glyphicon-backward" aria-hidden="true"></span>
</button>
<button id="forward" type="button" title="Forward" class="fifty btn btn-warning">
<span class="glyphicon glyphicon-forward" aria-hidden="true"></a></span>
<span class="glyphicon glyphicon-forward" aria-hidden="true"></span>
</button>
</div>
<div>
Expand Down
Binary file added FirefoxExtension/@raspberrycast-1.0.0.xpi
Binary file not shown.
Binary file added FirefoxExtension/@raspberrycast-1.0.1.xpi
Binary file not shown.
6 changes: 3 additions & 3 deletions FirefoxExtension/data/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<span class="glyphicon glyphicon-pause" aria-hidden="true"></span>
</button>
<button id="stop" type="button" title="Stop video/Empty queue" class="fifty btn btn-danger">
<span class="glyphicon glyphicon-stop" aria-hidden="true"></a></span>
<span class="glyphicon glyphicon-stop" aria-hidden="true"></span>
</button>
</div>
<div>
<button id="backward" type="button" title="Backward" class="fifty btn btn-warning">
<span class="glyphicon glyphicon-backward" aria-hidden="true"></a></span>
<span class="glyphicon glyphicon-backward" aria-hidden="true"></span>
</button>
<button id="forward" type="button" title="Forward" class="fifty btn btn-warning">
<span class="glyphicon glyphicon-forward" aria-hidden="true"></a></span>
<span class="glyphicon glyphicon-forward" aria-hidden="true"></span>
</button>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion FirefoxExtension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "RaspberryCast",
"name": "raspberrycast",
"version": "0.0.1",
"version": "1.0.1",
"description": "Firefox add-on for RaspberryCast",
"main": "index.js",
"author": "VinceLwt",
Expand Down

0 comments on commit b912612

Please sign in to comment.