This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
templates/_common/_layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,12 +84,6 @@ const Page = (() => {
8484 } ;
8585
8686 const onLoad = ( ) => {
87- const host_name = $ ( location ) . attr ( 'hostname' ) ;
88- const removeBranding = ( ) => {
89- if ( host_name !== 'localhost' && host_name !== 'binary.com' && host_name !== 'staging.binary.com' && ! host_name . includes ( 'binary-static-git-fork' ) ) {
90- $ ( '.remove-branding' ) . remove ( ) ;
91- }
92- } ;
9387 if ( State . get ( 'is_loaded_by_pjax' ) ) {
9488 Url . reset ( ) ;
9589 updateLinksURL ( '#content' ) ;
@@ -102,7 +96,6 @@ const Page = (() => {
10296 // InterviewPopup.onLoad();
10397 }
10498 }
105- removeBranding ( ) ;
10699 Header . onLoad ( ) ;
107100 Footer . onLoad ( ) ;
108101 Language . setCookie ( ) ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const DialogNotification = () => (
3838) ;
3939
4040const Footer = ( ) => (
41- < div id = 'footer' className = 'no-print remove-branding ' >
41+ < div id = 'footer' className = 'no-print' >
4242 < div id = 'footer-menu' className = 'primary-bg-color gr-padding-10' >
4343 < div className = 'container' >
4444 < div className = 'gr-row gr-padding-10' >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const Header = () => (
6666 < div className = 'container' >
6767 < div className = 'gr-12' >
6868 < div className = 'gr-row gr-row-align-middle' >
69- < div className = 'gr-3 gr-2-m gr-2-p remove-branding ' >
69+ < div className = 'gr-3 gr-2-m gr-2-p' >
7070 < a id = 'logo' href = 'javascript:;' className = 'gr-11' >
7171 < div className = 'gr-row logo-parent' >
7272 < div className = 'gr-3 gr-12-m gr-12-p gr-no-gutter logo' >
You can’t perform that action at this time.
0 commit comments