Explorar el Código

Provide feedback while loading asynchronous tabs.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3245 a333f486-631f-4898-b8df-5754b55c2be0
dflaven hace 11 años
padre
commit
6a0838c698
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      application/itopwebpage.class.inc.php

+ 1 - 0
application/itopwebpage.class.inc.php

@@ -216,6 +216,7 @@ EOF;
 				$('.resizable', ui.panel).resizable(); // Make resizable everything that claims to be resizable !
 			},
 			beforeLoad: function( event, ui ) {
+				ui.panel.html('<div><img src="../images/indicator.gif"></div>');
 				if ( ui.tab.data('loaded') && (ui.tab.attr('data-cache') == 'true')) {
 					event.preventDefault();
 					return;