Skip to content

Commit

Permalink
[remote.html] Update image path
Browse files Browse the repository at this point in the history
This change reflects the absolute path change made to other remote controls.  I haven't tested the reasoning behind this change I am just making this remote control match the others.
  • Loading branch information
IanSav committed Mar 20, 2020
1 parent 7c2f984 commit 3f89bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoxBranding/remotes/zgemma3/remote.html
@@ -1,4 +1,4 @@
<img border="0" src="static/remotes/zgemma3/rc.png" usemap="#map">
<img border="0" src="/static/remotes/zgemma3/rc.png" usemap="#map">
<map name="map">
<area shape="rect" coords="15,16,39,33" title="Power" onclick="pressMenuRemote('116');">
<area shape="rect" coords="85,16,111,33" title="Mute" onclick="pressMenuRemote('113');">
Expand Down

0 comments on commit 3f89bf1

Please sign in to comment.