Move static resources up one level
This commit is contained in:
5
res/static/viewer-scripts/video.js
Normal file
5
res/static/viewer-scripts/video.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/* global ListNavigator */
|
||||
|
||||
$("#videoPlayer").bind("ended", function(){
|
||||
ListNavigator.nextItem();
|
||||
});
|
Reference in New Issue
Block a user