Merge "Move pager inside searchresults div"
[lhc/web/wiklou.git] / resources / src / startup.js
index d4cfa02..3b79bd3 100644 (file)
@@ -84,7 +84,7 @@ function startUp() {
        while ( RLQ.length ) {
                RLQ.shift()();
        }
-       RLQ = {
+       window.RLQ = {
                push: function ( fn ) {
                        fn();
                }