diff --git a/r2/r2/public/static/js/base.js b/r2/r2/public/static/js/base.js index 5754abf1d..4a3301e32 100644 --- a/r2/r2/public/static/js/base.js +++ b/r2/r2/public/static/js/base.js @@ -1,4 +1,4 @@ -r = r || {} +r = window.r || {} $(function() { r.login.ui.init() diff --git a/r2/r2/templates/framebuster.html b/r2/r2/templates/framebuster.html index 40b78d903..37ddf4ced 100644 --- a/r2/r2/templates/framebuster.html +++ b/r2/r2/templates/framebuster.html @@ -5,6 +5,9 @@