]> git.ktnx.net Git - icedeb.git/blobdiff - icedeb.html
do not show an error message when executeCommand('Copy') fails
[icedeb.git] / icedeb.html
index e6a62f675f53ffa5546a981afa26e640c52f5e35..0128bf3c6c617883070f5506865b0cd3086b3e2c 100644 (file)
@@ -5,7 +5,8 @@
     <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>
@@ -15,5 +16,4 @@
       <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>