Move static resources up one level

This commit is contained in:
2018-11-06 21:39:18 +01:00
parent e5b7805227
commit 9d92f56f82
529 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
/* global ListNavigator */
$("#videoPlayer").bind("ended", function(){
ListNavigator.nextItem();
});