Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
ProjectDeployer - make restart timer interruptable.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Aug 8, 2017
1 parent a0b687e commit 88a3324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/door43_tools/project_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def deploy_revision_to_door43(self, build_log_key):
content += '<h1 class="conversion-requested">{0}</h1>'.format(build_log['message'])
content += '<p><i>No content is available to show for {0} yet.</i></p>'.format(repo_name)
content += """
<script type="text/javascript">setTimeout(function(){window.location.reload(1);}, 10000);</script>
<script type="text/javascript">CONV_REQUESTED=setTimeout(function(){window.location.reload(1);}, 10000);</script>
"""
html = """
<html lang="en">
Expand Down

0 comments on commit 88a3324

Please sign in to comment.