Slide 60
Slide 60 text
Layout.livePath('loading', /\/org\/([^\/]+)([0-9\/]+).*/, Groups.loading);
Layout.livePath('loading', /\/sections\/([0-9]+)$/, Sections.markCurrent);
Layout.livePath('success', '/org/groups', Groups.setup);
Layout.livePath('success', '/sections', Sections.makeSortable);
Layout.livePath('success', /\/admin\/assets(.*)/, Assets.init);
Layout.livePath('success', /\/admin\/items\/(\d+)/, ItemForm.init);
Layout.livePath('success', /\/admin\/items\/([0-9\/]+)/, Items.manageSidebar);
Sunday, September 13, 2009