Skip to content
Snippets Groups Projects
Commit 2fb9cd7c authored by Demian Katz's avatar Demian Katz
Browse files

Fixed bug: duplicate loading of rc4.js.

parent 28b05c39
No related merge requests found
......@@ -9,7 +9,7 @@
// If we're in AJAX mode, load some extra Javascript inline:
if ($this->layout()->getTemplate() == 'layout/lightbox') {
echo $this->inlineScript()->appendFile("rc4.js");
$this->inlineScript()->appendFile("rc4.js");
}
// Convenience variables:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment