Advertisement
cstitzelx96

AFL_Custom_JS

Nov 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function () {
  2. // Cody's ADMIN CODE
  3.     $('.navbar-nav a').each(function(){
  4.         if ($(this).attr('href') === "https://daddyleagues.com/afl18/admin") {
  5.             console.log('signed in as admin');
  6.             $('#afl-banner .div-container span').attr("contenteditable", "true");
  7.         }
  8.     });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement