Sfoglia il codice sorgente

Removed JS console.log usages that would have made IE9 crash

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4804 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 8 anni fa
parent
commit
c021f49548
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      application/itopwebpage.class.inc.php

+ 2 - 2
application/itopwebpage.class.inc.php

@@ -377,7 +377,7 @@ EOF
 			event: 'change', 'show': function(event, ui) {
 				$('.resizable', ui.panel).resizable(); // Make resizable everything that claims to be resizable !
 			},
-			create: function( event, ui ) {console.log(ui);
+			create: function( event, ui ) {
 			    resizeTab(ui.panel);
 			},
 			beforeLoad: function( event, ui ) {
@@ -390,7 +390,7 @@ EOF
 					ui.tab.data( "loaded", true );
 				});
 			},
-			activate: function( event, ui ) {console.log(ui);
+			activate: function( event, ui ) {
 			    resizeTab(ui.newPanel);
 			}
 		});