Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CN-Tower committed Oct 7, 2018
1 parent c063039 commit f7fe657
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ <h3 class="panel-title z-ptt-short hide">{{'fmted' | translate}}</h3>
</section>
</div>

<zjs-update></zjs-update>
<zjs-loading></zjs-loading>
<zjs-update [updateUrl]="updateUrl" [remoteVersion]="remoteVersion"></zjs-update>
2 changes: 1 addition & 1 deletion client/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class AppComponent extends ZjsApp implements OnInit, AfterViewInit {
this.initUploadEvent();
this.initOpenDragEvent();
this.initResizeZconEvent();
this.broadcast.showLoading(25000);
this.broadcast.showLoading(30000);
this.onWindowResize();
fn.timeout(500, () => this.onWindowResize());
fn.defer(() => {
Expand Down
2 changes: 1 addition & 1 deletion server/zjson/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ <h2>ZJSON</h2>&nbsp;<h5>.NET</h5>
<script>var win = window;</script>


<script type="text/javascript" src="runtime.6afe30102d8fe7337431.js"></script><script type="text/javascript" src="polyfills.105f5594b108773a9a76.js"></script><script type="text/javascript" src="scripts.7f549b325e4ff691defd.js"></script><script type="text/javascript" src="main.742410f1cbc32951434a.js"></script></body></html>
<script type="text/javascript" src="runtime.6afe30102d8fe7337431.js"></script><script type="text/javascript" src="polyfills.105f5594b108773a9a76.js"></script><script type="text/javascript" src="scripts.7f549b325e4ff691defd.js"></script><script type="text/javascript" src="main.fe09b0e82ed742cd6d4d.js"></script></body></html>
1 change: 0 additions & 1 deletion server/zjson/main.742410f1cbc32951434a.js

This file was deleted.

1 change: 1 addition & 0 deletions server/zjson/main.fe09b0e82ed742cd6d4d.js

Large diffs are not rendered by default.

0 comments on commit f7fe657

Please sign in to comment.