Rename tab in Elections Stats Dashboard

From UnionCloud Support
Revision as of 10:14, 7 March 2017 by Ash (talk | contribs) (Created page with "// Fix for changing 'halls' to 'schools' $(function(){ if($(".uc-election-dashboard").length > 0){ $(".hall a").text("Schools"); if($(".hall.active").leng...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

// Fix for changing 'halls' to 'schools' $(function(){

   if($(".uc-election-dashboard").length > 0){
     $(".hall a").text("Schools");

     if($(".hall.active").length > 0){ 
       $(".uc-top-turnouts-headings").text("Schools");
     }
  }

})