This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
templates/_common/_layout Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,6 @@ const Page = (() => {
84
84
} ;
85
85
86
86
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
- } ;
93
87
if ( State . get ( 'is_loaded_by_pjax' ) ) {
94
88
Url . reset ( ) ;
95
89
updateLinksURL ( '#content' ) ;
@@ -102,7 +96,6 @@ const Page = (() => {
102
96
// InterviewPopup.onLoad();
103
97
}
104
98
}
105
- removeBranding ( ) ;
106
99
Header . onLoad ( ) ;
107
100
Footer . onLoad ( ) ;
108
101
Language . setCookie ( ) ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const DialogNotification = () => (
38
38
) ;
39
39
40
40
const Footer = ( ) => (
41
- < div id = 'footer' className = 'no-print remove-branding ' >
41
+ < div id = 'footer' className = 'no-print' >
42
42
< div id = 'footer-menu' className = 'primary-bg-color gr-padding-10' >
43
43
< div className = 'container' >
44
44
< div className = 'gr-row gr-padding-10' >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const Header = () => (
66
66
< div className = 'container' >
67
67
< div className = 'gr-12' >
68
68
< 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' >
70
70
< a id = 'logo' href = 'javascript:;' className = 'gr-11' >
71
71
< div className = 'gr-row logo-parent' >
72
72
< 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