Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
5229416f
Commit
5229416f
authored
Sep 07, 2017
by
Harsh Shah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Just realised it needs to be inside <head/>
parent
819de45a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
htmlfooter.jsp
cmsWebApp/webroot/extensions/adminportal/inc/htmlfooter.jsp
+0
-3
htmlheader.jsp
cmsWebApp/webroot/extensions/adminportal/inc/htmlheader.jsp
+2
-0
htmlfooter.jsp
...App/webroot/extensions/applicantportal/inc/htmlfooter.jsp
+0
-2
htmlheader.jsp
...App/webroot/extensions/applicantportal/inc/htmlheader.jsp
+2
-0
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/htmlfooter.jsp
View file @
5229416f
...
...
@@ -9,8 +9,5 @@
%>
</div>
</div>
<%@ include file="/hotjar.jsp" %>
<%@ include file="/heapAnalysis.jsp" %>
</body>
</html>
cmsWebApp/webroot/extensions/adminportal/inc/htmlheader.jsp
View file @
5229416f
...
...
@@ -6,6 +6,8 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
></meta>
<title>
Talentology
</title>
<
%@
include
file=
"/inc/std_imports.jsp"
%
>
<
%@
include
file=
"/hotjar.jsp"
%
>
<
%@
include
file=
"/heapAnalysis.jsp"
%
>
</head>
<body>
...
...
cmsWebApp/webroot/extensions/applicantportal/inc/htmlfooter.jsp
View file @
5229416f
...
...
@@ -15,7 +15,5 @@
</ul>
</div>
</footer>
<%@ include file="/hotjar.jsp" %>
<%@ include file="/heapAnalysis.jsp" %>
</body>
</html>
cmsWebApp/webroot/extensions/applicantportal/inc/htmlheader.jsp
View file @
5229416f
...
...
@@ -23,6 +23,8 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
></meta>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
></meta>
<title><
%=
job
!=
null
?
job
.
getPageTitle
()
:
"
Talentology
"
%
></title>
<
%@
include
file=
"/hotjar.jsp"
%
>
<
%@
include
file=
"/heapAnalysis.jsp"
%
>
</head>
<body>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment