mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
fix swf path after mandator-changes
This commit is contained in:
parent
92f4fa1374
commit
e548106115
2 changed files with 2 additions and 2 deletions
|
@ -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/',
|
||||
});
|
||||
});
|
||||
|
|
|
@ -163,7 +163,7 @@ $(function() {
|
|||
mode: 'auto_plugin',
|
||||
plugins: ['flash'],
|
||||
flashName: 'flashmediaelement.swf',
|
||||
pluginPath: 'assets/mejs/',
|
||||
pluginPath: '../assets/mejs/',
|
||||
enableAutosize: true,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue