Skip to content

Commit 8243c96

Browse files
save file
1 parent 3bd49b9 commit 8243c96

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

utils/misc/html/misc-hdr/misc-hdr.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252

5353
<slot name=title></slot>
5454

55+
<div id=page-loading>
56+
<img id=icon src='/images/spinner.gif' style='width:20px;height:20px'>
57+
<!--
58+
<div id=txt>
59+
loading
60+
</div>
61+
-->
62+
</div>
5563

5664
<slot name=help></slot>
5765

@@ -189,7 +197,11 @@
189197

190198

191199

200+
obj.complete = function(){
192201

202+
$(shadow,'#page-loading').style.visibility = 'hidden';
203+
204+
}//complete
193205

194206

195207

0 commit comments

Comments
 (0)