Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.17 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <div id="forcedLogin">
  2. </div>
  3. <script>
  4. $j(document).ready(function() {
  5. if('{{current_user.name}}' == 'Anonymous user'){
  6. window.location="/login"
  7.      }
  8.    });
  9.                
  10. </script>