Commit 612e748d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Comment out use of historyStore.

Currently it throws errors.
parent f797ab58
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -131,11 +131,11 @@ Ext.define('Docs.controller.Classes', {
                docTabPanel.setLoading(false);
            }

            var prevCls = historyStore.find('cls', cls.name);
            if (prevCls === -1) {
                historyStore.add({cls: cls.name});
                historyStore.sync();
            }
            // var prevCls = historyStore.find('cls', cls.name);
            // if (prevCls === -1) {
            //     historyStore.add({cls: cls.name});
            //     historyStore.sync();
            // }

            Ext.getCmp('treePanelCmp').selectClass(cls.name);
        }