File galene-html-sendselect-default.patch of Package galene

diff --git a/static/galene.html b/static/galene.html
index 07cd283..767e552 100644
--- a/static/galene.html
+++ b/static/galene.html
@@ -201,9 +201,9 @@
           <form id="sendform">
             <label for="sendselect" class="sidenav-label-first">Send:</label>
             <select id="sendselect" class="select select-inline">
-              <option value="lowest">lowest</option>
+              <option value="lowest" selected>lowest</option>
               <option value="low">low</option>
-              <option value="normal" selected>normal</option>
+              <option value="normal">normal</option>
               <option value="unlimited">unlimited</option>
             </select>
           </form>
@@ -211,8 +211,8 @@
           <form id="simulcastform">
             <label for="simulcastselect" class="sidenav-label-first">Simulcast:</label>
             <select id="simulcastselect" class="select select-inline">
-              <option value="off">off</option>
-              <option value="auto" selected>auto</option>
+              <option value="off" selected>off</option>
+              <option value="auto">auto</option>
               <option value="on">on</option>
             </select>
           </form>
openSUSE Build Service is sponsored by