Changeset 927
- Timestamp:
- 05/05/08 11:36:11 (3 months ago)
- Files:
-
- trunk/lib/jelix/core/response/jResponseHtml.class.php (modified) (1 diff)
- trunk/lib/jelix/core/response/jResponseHtml.class.php (modified) (1 diff)
- trunk/lib/jelix/core/response/jResponseHtml.class.php (modified) (1 diff)
- trunk/lib/jelix/core/response/jResponseHtml.class.php (modified) (1 diff)
- trunk/lib/jelix/core/response/jResponseXul.class.php (modified) (1 diff)
- trunk/lib/jelix/core/response/jResponseXul.class.php (modified) (1 diff)
- trunk/lib/jelix/core/response/jResponseXul.class.php (modified) (1 diff)
- trunk/lib/jelix/core/response/jResponseXul.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/core/response/jResponseHtml.class.php
r868 r927 209 209 echo '<script type="text/javascript">if(console){'; 210 210 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 211 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';211 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 212 212 } 213 213 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>'; trunk/lib/jelix/core/response/jResponseHtml.class.php
r868 r927 209 209 echo '<script type="text/javascript">if(console){'; 210 210 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 211 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';211 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 212 212 } 213 213 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>'; trunk/lib/jelix/core/response/jResponseHtml.class.php
r868 r927 209 209 echo '<script type="text/javascript">if(console){'; 210 210 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 211 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';211 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 212 212 } 213 213 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>'; trunk/lib/jelix/core/response/jResponseHtml.class.php
r868 r927 209 209 echo '<script type="text/javascript">if(console){'; 210 210 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 211 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';211 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 212 212 } 213 213 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>'; trunk/lib/jelix/core/response/jResponseXul.class.php
r815 r927 156 156 echo '<script type="text/javascript">if(console){'; 157 157 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 158 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';158 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 159 159 } 160 160 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>'; trunk/lib/jelix/core/response/jResponseXul.class.php
r815 r927 156 156 echo '<script type="text/javascript">if(console){'; 157 157 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 158 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';158 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 159 159 } 160 160 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>'; trunk/lib/jelix/core/response/jResponseXul.class.php
r815 r927 156 156 echo '<script type="text/javascript">if(console){'; 157 157 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 158 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';158 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 159 159 } 160 160 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>'; trunk/lib/jelix/core/response/jResponseXul.class.php
r815 r927 156 156 echo '<script type="text/javascript">if(console){'; 157 157 foreach($GLOBALS['gJCoord']->logMessages['firebug'] as $m) { 158 echo 'console.debug("',str_replace(array(' \\','"',"\n","\r","\t"),array('\\\\','\"','\\n','\\r','\\t'),$m),'");';158 echo 'console.debug("',str_replace(array('"',"\n","\r","\t"),array('\"','\\n','\\r','\\t'),$m),'");'; 159 159 } 160 160 echo '}else{alert("there are log messages, you should activate Firebug to see them");}</script>';
