Merge branch 'sprint/167_tianshujie_15679' into 'sprint/167'

* Fix bug #15679.

See merge request easycorp/zentaopms!123
This commit is contained in:
李玉春
2021-10-20 07:34:30 +00:00
2 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -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)
{
@@ -113,4 +112,4 @@ document.addEventListener('mozfullscreenchange', function (e)
document.addEventListener('msfullscreenChange', function (e)
{
if(!document.msfullscreenElement) exitFullScreen();
});
});
+6
View File
@@ -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';?>