veo-labs / openveo-publish

NodeJs plugin for OpenVeo to publish videos to video platforms
GNU Affero General Public License v3.0
5 stars 3 forks source link

Improve the back button from the chapter editor #4

Open Natim opened 7 years ago

Natim commented 7 years ago

In the chapter editor menu (where we can cut the beginning or the end of the video) there is a back button.

When clicking the backbutton, the pagination position as well as the sorting ordering is lost. It would be nice to use the history.back(-1) javascript call to keep the user with its page position and previous ordering.