aboutsummaryrefslogtreecommitdiff
path: root/assets/js/lustiges-relive-script.js
diff options
context:
space:
mode:
authorMaZderMind2015-11-13 19:52:38 +0100
committerMaZderMind2015-11-13 19:52:38 +0100
commite54810611556170d6a4ea4c2134550e5d6447f72 (patch)
tree2d4cb6f2cf5d5763b593153e3e69ad768f3a9ec7 /assets/js/lustiges-relive-script.js
parent92f4fa13749566f6c4378f2c9e80774e8320b825 (diff)
fix swf path after mandator-changes
Diffstat (limited to 'assets/js/lustiges-relive-script.js')
-rw-r--r--assets/js/lustiges-relive-script.js2
1 files changed, 1 insertions, 1 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/',
});
});