Jump to content

tester22

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    tester22 got a reaction from Philipp in Notification banner with admin inputtable text from Admins to users   
    This is an quick and dirty fix but add this to "System Settings" -> Usage Tracking"
     
    <script>
    $(document).ready(function () {
        
        $("#BuildLabel").html( "My message" );
    });
    </script>
×
×
  • Create New...