update metadata editor

This commit is contained in:
Luke Pulverenti 2015-09-19 22:06:56 -04:00
parent c08a709ad1
commit 0db16cad5a
44 changed files with 1125 additions and 438 deletions

View file

@ -244,6 +244,17 @@
Events.on(page.querySelector('.btnTakeTour'), 'click', function () {
takeTour(page, Dashboard.getCurrentUserId());
});
});
pageIdOn('pageshowready', "indexPage", function () {
var page = this;
});
pageIdOn('pagebeforehide', "indexPage", function () {
var page = this;
});