motionbank / score-system-frontend

Backbone.js based single app frontend for our score websites.
1 stars 1 forks source link

Quick-Fix: Ordering sets in menu, remove numbering from set titles #65

Closed fjenett closed 10 years ago

fjenett commented 10 years ago

Currently there is no way to order menu items, we could prepend them with numbers for order and then remove the numbers in the frontend.

1 - Overview (always first) 2 - xxxyy 3 - uuubbb

becomes

Overview xxxxyyy uuubbbb

... numbering should be removed from window / set title as well.