Skip to content
Snippets Groups Projects
Commit c3ecc5c4 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

small changes

parent 9213c32a
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,7 @@ define(['jquery', 'underscore', 'plist', 'backbone', 'lattice', 'appState', 'tex
render: function(){
var self = this;
this._hide(function(){
$("#menuContent").html("");//clear current menu
self._populateAndShow();
self.model.trigger("change:currentTab");//this was updated silently before todo need this?
}, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment