Ad Widget

Collapse

trunk 8090: Patch to fix object expected in ie6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Palmertree
    Senior Member
    • Sep 2005
    • 746

    #1

    trunk 8090: Patch to fix object expected in ie6

    Invalid comma causes ie6 to error invalid object in scrollbar.js. Here is the patch for the correction.

    Code:
    diff -ruN zabbix-original/frontends/php/js/scrollbar.js zabbix/frontends/php/js/scrollbar.js
    --- zabbix-original/frontends/php/js/scrollbar.js   2009-10-15 03:16:48.000000000 -0400
    +++ zabbix/frontends/php/js/scrollbar.js    2009-10-15 03:17:12.000000000 -0400
    @@ -95,7 +114,7 @@
            'nav_links': null,                              // dom object
            'nav_linklist': new Array(),    // dom object
            'period_state': null,                   // dom object
    -       'info_period': null,                    // dom object period info
    +       'info_period': null                     // dom object period info
     },
    
     // params
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    Yes, patch is correct fixed.
    Zabbix | ex GUI developer

    Comment

    Working...