Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNightHawk32 <nighthawk2244@gmail.com>2015-11-24 01:00:05 +0300
committerNightHawk32 <nighthawk2244@gmail.com>2015-11-24 01:00:05 +0300
commit0aefcd595990b12cf5020e8b83c0badc16baf567 (patch)
tree4d57822784a1f043dab6c8097feb9ff0401572d6 /main.html
parent11fcf242581f19f0949f19bc95cbf78ebbafa15d (diff)
Renamed global profile selector to avoid collisions with #pid-tuning
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.html b/main.html
index 980498ee..0bbf6792 100755
--- a/main.html
+++ b/main.html
@@ -138,13 +138,13 @@
</ul>
<div id="profile_change">
<div class="dropdown dropdown-dark">
- <form name="pid-tuning" id="pid-tuning">
+ <form name="profile-change" id="profile-change">
<select class="dropdown-select" name="profilechange">
<option value="0">Profile 1</option>
<option value="1">Profile 2</option>
<option value="2">Profile 3</option>
</select>
- </form>
+ </form>
</div>
</div>
</div>