Skip to content

Commit

Permalink
Update ajd-page-level.html
Browse files Browse the repository at this point in the history
Added missing endscripts code
  • Loading branch information
Brockenstein authored Aug 4, 2023
1 parent 6fc174c commit 02e2219
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/v2/html/ajd-page-level.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@

@* End Scripts *@
@section EndScripts {
<input type="hidden" data-ci-script="charts"/>
<script src="https://clientfiles.tmpwebeng.com/tmp/tb-assets/ajd/jquery-scrolltofixed-min.js"></script>
<script src="https://clientfiles.tmpwebeng.com/tmp/tb-assets/ajd/ajd-scripts-min.js"></script>

@* Do no comment out this hidden input, as it is needed for the Admin Helper *@
<input id="ajdType" type="hidden" name="ajdType" value="@ViewBag.ajdType">

@* TEMP FIX: fixing bug with AJD script and scroll-behavior css *@
<style>
html { scroll-behavior: auto !important;}
</style>
}

0 comments on commit 02e2219

Please sign in to comment.