fix swf path after mandator-changes

This commit is contained in:
MaZderMind 2015-11-13 19:52:38 +01:00
parent 92f4fa1374
commit e548106115
2 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,6 @@ $(function() {
// hack z-index so that the flash plugin get's the click on the fullscreen button
enableAutosize: true,
pluginPath: 'assets/js/lib/relive/',
pluginPath: '../assets/js/lib/relive/',
});
});

View file

@ -163,7 +163,7 @@ $(function() {
mode: 'auto_plugin',
plugins: ['flash'],
flashName: 'flashmediaelement.swf',
pluginPath: 'assets/mejs/',
pluginPath: '../assets/mejs/',
enableAutosize: true,
});