Ignore:
Timestamp:
07/31/09 12:54:03 (15 years ago)
Author:
ramonb
Message:

job_monarch/js/monarch.js:

  • some more upporting fixes for ExtJS 3.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/js/monarch.js

    r631 r632  
    4040});
    4141
    42 var filterButton = new Ext.Button(
     42var filterButton = new Ext.Toolbar.SplitButton(
    4343{
    4444        id:             'filtermenuknop',
     
    9090});
    9191
    92 var showGraphsButton = new Ext.Button(
     92var showGraphsButton = new Ext.Toolbar.SplitButton(
    9393{
    9494        id:             'showgraphbutton',
Note: See TracChangeset for help on using the changeset viewer.