diff options
author | MaZderMind | 2015-11-13 19:52:38 +0100 |
---|---|---|
committer | MaZderMind | 2015-11-13 19:52:38 +0100 |
commit | e54810611556170d6a4ea4c2134550e5d6447f72 (patch) | |
tree | 2d4cb6f2cf5d5763b593153e3e69ad768f3a9ec7 /assets | |
parent | 92f4fa13749566f6c4378f2c9e80774e8320b825 (diff) |
fix swf path after mandator-changes
Diffstat (limited to 'assets')
-rw-r--r-- | assets/js/lustiges-relive-script.js | 2 | ||||
-rw-r--r-- | assets/js/lustiges-script.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/lustiges-relive-script.js b/assets/js/lustiges-relive-script.js index 19fa7a1..965aebf 100644 --- a/assets/js/lustiges-relive-script.js +++ b/assets/js/lustiges-relive-script.js @@ -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/', }); }); diff --git a/assets/js/lustiges-script.js b/assets/js/lustiges-script.js index e53194a..aa817d2 100644 --- a/assets/js/lustiges-script.js +++ b/assets/js/lustiges-script.js @@ -163,7 +163,7 @@ $(function() { mode: 'auto_plugin', plugins: ['flash'], flashName: 'flashmediaelement.swf', - pluginPath: 'assets/mejs/', + pluginPath: '../assets/mejs/', enableAutosize: true, }); |