Skip to content

Commit

Permalink
Merge branch 'sprint/167_tianshujie_15679' into 'sprint/167'
Browse files Browse the repository at this point in the history
* Fix bug #15679.

See merge request easycorp/zentaopms!123
  • Loading branch information
holan20180123 committed Oct 20, 2021
2 parents 53cccbe + eaaed9c commit 28698c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions module/api/js/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$(document).ready(function()
{

/* Update doc content silently on switch doc version, story #40503 */
$(document).on('click', '.api-version-menu a, #mainActions .container a', function(event)
{
Expand Down Expand Up @@ -113,4 +112,4 @@ document.addEventListener('mozfullscreenchange', function (e)
document.addEventListener('msfullscreenChange', function (e)
{
if(!document.msfullscreenElement) exitFullScreen();
});
});
6 changes: 6 additions & 0 deletions module/api/view/releases.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@
</form>
</div>
</div>
<script>
parent.$('#triggerModal .modal-content .modal-header .close').click(function()
{
parent.location.reload();
});
</script>
<?php include '../../common/view/footer.html.php';?>

0 comments on commit 28698c9

Please sign in to comment.