Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 292524 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/rwt/internal/service/rwt-index.html (+10 lines)
Lines 8-13 Link Here
8
8
9
  <body background="${backgroundImage}">
9
  <body background="${backgroundImage}">
10
10
11
    <!-- enable IE console -->
12
    <script type="text/javascript">
13
      if(    typeof console != "undefined" 
14
          && typeof console.debug == "undefined"
15
          && typeof console.log != "undefined" )
16
      {
17
        console.debug = console.log;
18
      }
19
    </script>
20
11
    <!-- body of branding -->
21
    <!-- body of branding -->
12
    ${body}
22
    ${body}
13
    <!-- end body of branding --> 
23
    <!-- end body of branding --> 

Return to bug 292524