[bugzilla-gnome-org-extensions] Move "Loading..." below bugInfo



commit 04dd930a5783ea993022106670d4cbcab386ceee
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Sep 28 00:55:14 2009 -0400

    Move "Loading..." below bugInfo
    
    Since we show the bugInfo div before we finish loading, we want it above
    the "Loading..." message.

 Makefile            |    2 +-
 web/index.html.body |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index fbfb4f9..e74f6af 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS = -g -O2 -Wall
 CPPFLAGS := $(shell pkg-config --cflags glib-2.0 mozilla-js)
 LIBS := $(shell pkg-config --libs glib-2.0 mozilla-js)
 
-all: web/splinter.flat.js
+all: web/splinter.flat.js web/index.html
 
 jstest: jstest.o
        $(CC) -o jstest jstest.o $(LIBS)
diff --git a/web/index.html.body b/web/index.html.body
index f45b0d9..f3ebcb6 100644
--- a/web/index.html.body
+++ b/web/index.html.body
@@ -1,11 +1,11 @@
 <div id="error" style="display: none;"> </div>
-<div id="loading">Loading....</div>
 <div id="bugInfo" style="display: none;">
   <a id="bugLink">Bug <span id="bugId"></span></a> -
   <span id="bugShortDesc"></span> -
   <span id="bugReporter"></span> -
   <span id="bugCreationDate"></span>
 </div>
+<div id="loading">Loading....</div>
 <div id="enterBug" style="display: none;">
   Bug to review:
   <input id="enterBugInput" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]