]> git.ktnx.net Git - icedeb.git/blobdiff - icedeb.html
do not show an error message when executeCommand('Copy') fails
[icedeb.git] / icedeb.html
index f709ee998c505da076979fd9370ccad6d969c7e0..0128bf3c6c617883070f5506865b0cd3086b3e2c 100644 (file)
@@ -5,15 +5,15 @@
     <link rel="stylesheet" href="icedeb.css"/>
   </head>
   <script src="icedeb.js"></script>
-  <textarea id="clipboard" rows="1"></textarea>
+  <textarea id="clip-pot" contenteditable="true"></textarea>
+  <input type="text" id="clipboard"/>
   <div id="button-list-container">
       <div><span class="icedeb-button" id="bts">Bug tracker</span> (<a href="https://bugs.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="pts">Package tracker</span> (<a href="https://tracker.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="deb">Package directory</span> (<a href="https://packages.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="ml">Mailing lists</span> (<a href="https://lists.debian.org/">site</a>)</div>
-      <div><span class="icedeb-button" id="ddpo">Developer overview</span> (<a href="https://ddpo.debian.org/">site</a>)</div>
+      <div><span class="icedeb-button" id="ddpo">Developer overview</span> (<a href="https://qa.debian.org/developer.php">site</a>)</div>
       <div><span class="icedeb-button" id="buildd">Build logs</span> (<a href="https://buildd.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="security">Security tracker</span> (<a href="https://security-tracker.debian.org/">site</a>)</div>
   </div>
-  <div id="error" class="hidden"></div>
 </html>