Skip to content

Commit

Permalink
Merge pull request #641 from ministryofjustice/improve-practice-and-t…
Browse files Browse the repository at this point in the history
…raining-links

improve practice and training links
  • Loading branch information
wullub authored Mar 23, 2024
2 parents 41b1ce5 + df3c597 commit 0dd8b7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $(document).ready(function(){
<tr>
<td style="width: 10%"></td>
<td>
<a href="javascript:popUp(window.location.protocol + '//practice.' + window.location.host + '/')">
<a href="javascript:popUp(window.location.protocol + '//practice.' + window.location.host.replace('www.','') + '/')">
<img alt="OASys Icon" height="35" src="i/oasys_icon_small.png" style="vertical-align: middle; margin-right: 15px;" />
Practice</a></td>
</tr>
Expand All @@ -203,7 +203,7 @@ $(document).ready(function(){
<tr>
<td style="width: 10%"></td>
<td>
<a href="javascript:popUp(window.location.protocol + '//training.' + window.location.host + '/')">
<a href="javascript:popUp(window.location.protocol + '//training.' + window.location.host.replace('www.','') + '/')">
<img alt="OASys Icon" height="35" src="i/oasys_icon_small.png" style="vertical-align: middle; margin-right: 15px;" />
Training</a></td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Please note that OASys-R will not be operational from hh:mm until hh:mm (dd mmm)
<tr>
<td style="width: 10%"></td>
<td>
<a href="javascript:popUp(window.location.protocol + '//practice.' + window.location.host + '/')">
<a href="javascript:popUp(window.location.protocol + '//practice.' + window.location.host.replace('www.','') + '/')">
<img alt="OASys Icon" height="35" src="i/oasys_icon_small.png" style="vertical-align: middle; margin-right: 15px;" />
Practice</a></td>
</tr>
Expand All @@ -202,7 +202,7 @@ Please note that OASys-R will not be operational from hh:mm until hh:mm (dd mmm)
<tr>
<td style="width: 10%"></td>
<td>
<a href="javascript:popUp(window.location.protocol + '//training.' + window.location.host + '/')">
<a href="javascript:popUp(window.location.protocol + '//training.' + window.location.host.replace('www.','') + '/')">
<img alt="OASys Icon" height="35" src="i/oasys_icon_small.png" style="vertical-align: middle; margin-right: 15px;" />
Training</a></td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ We are aware of an on-going issue with Prison events failing under some circumst
<tr>
<td style="width: 10%"></td>
<td>
<a href="javascript:popUp(window.location.protocol + '//practice.' + window.location.host + '/')">
<a href="javascript:popUp(window.location.protocol + '//practice.' + window.location.host.replace('www.','') + '/')">
<img alt="OASys Icon" height="35" src="i/oasys_icon_small.png" style="vertical-align: middle; margin-right: 15px;" />
Practice</a></td>
</tr>
Expand All @@ -203,7 +203,7 @@ We are aware of an on-going issue with Prison events failing under some circumst
<tr>
<td style="width: 10%"></td>
<td>
<a href="javascript:popUp(window.location.protocol + '//training.' + window.location.host + '/')">
<a href="javascript:popUp(window.location.protocol + '//training.' + window.location.host.replace('www.','') + '/')">
<img alt="OASys Icon" height="35" src="i/oasys_icon_small.png" style="vertical-align: middle; margin-right: 15px;" />
Training</a></td>
</tr>
Expand Down

0 comments on commit 0dd8b7a

Please sign in to comment.