Skip to content

Commit

Permalink
swapped H and V
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jan 6, 2020
1 parent 60f317a commit 8ac5a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/addon/www/rega/esp/controls/pfs.fn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function ::CreatePFSensor() {
WriteLine("<td>");
WriteLine("<table class='ControlBtnOff CLASS02514' id='"#chnId#"OpenH' >");
WriteLine("<table class='ControlBtnOff CLASS02514' id='"#chnId#"OpenV' >");
WriteLine("<tr>");
WriteLine("<td class='CLASS02513'>");
WriteLine("<div align='center'>");
Expand All @@ -26,7 +26,7 @@ function ::CreatePFSensor() {
WriteLine("</td>");

WriteLine("<td>");
WriteLine("<table class='ControlBtnOff CLASS02514' id='"#chnId#"OpenV' >");
WriteLine("<table class='ControlBtnOff CLASS02514' id='"#chnId#"OpenH' >");
WriteLine("<tr>");
WriteLine("<td class='CLASS02513'>");
WriteLine("<div align='center'>");
Expand Down

0 comments on commit 8ac5a37

Please sign in to comment.