Merge branch 'sprint/167_tianshujie_15679' into 'sprint/167'
* Fix bug #15679. See merge request easycorp/zentaopms!123
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user