Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fixed broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Mar 20, 2019
1 parent 82578f3 commit 8681360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ function MSelect() { // for book and chapter selection
this.book = new SelectBook()
this.select = new SelectItems('chapter')
this.apply = function() { // apply material viewsettings to current material
var thisFeaturehost = adaptDocBaseVersion(featurehost)+adaptDocName()
var thisFeaturehost = adaptDocBaseVersion(featurehost)+'/'+adaptDocName()
$('.source').attr('href', thisFeaturehost)
$('.source').attr('title', 'BHSA feature documentation')
$('.mvradio').removeClass('ison')
Expand Down
2 changes: 1 addition & 1 deletion views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<script src="{{=URL('static','js/jquery.storageapi.min.js')}}"></script>
<script src="{{=URL('static', 'js/history.js/scripts/bundled/html4+html5/native.history.js')}}"></script>
<script src="{{=URL('static','js/markdown.min.js')}}"></script>
<script src="{{=URL('static', 'js/hebrew2019-03-11d.js')}}"></script>
<script src="{{=URL('static', 'js/hebrew2019-03-20.js')}}"></script>
<noscript><link href="{{=URL('static', 'css/web2py_bootstrap_nojs.css')}}" rel="stylesheet" type="text/css" /></noscript>

<script type="text/javascript">
Expand Down

0 comments on commit 8681360

Please sign in to comment.