[Libreoffice-commits] .: bug/bug

Loic Dachary loic at kemper.freedesktop.org
Wed Sep 21 09:04:17 PDT 2011


 bug/bug/frame.html |   21 ---------------------
 1 file changed, 21 deletions(-)

New commits:
commit 84f3996969e11d496faa3784d5781cbf95b31cdd
Author: Loic Dachary <loic at dachary.org>
Date:   Wed Sep 21 18:04:03 2011 +0200

    remove obsolete frame

diff --git a/bug/bug/frame.html b/bug/bug/frame.html
deleted file mode 100644
index a522f14..0000000
--- a/bug/bug/frame.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title>Bug Filing Form</title>
-    <meta http-equiv="Content-type" content="text/html;charset=UTF-8"></meta>
-    <script type="text/javascript" src="jquery-1.6.2.js"></script>
-  </head>
-  <body>
-    <div class="info"></div>
-    <iframe src="bug.html" id="bug" width="850" height="600"></iframe>
-    <script>
-      function foo() {
-//        $("#bug").contents().find("a").css("background-color","#BADA55");
-//          $("#bug").attr('src', '/index.cgi');
-      }
-
-      $(document).ready(function(){
-        setInterval(foo, 10000);
-      });
-    </script>
-  </body>
-</html>


More information about the Libreoffice-commits mailing list