Skip to content

Commit

Permalink
quick test will revert
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Jun 24, 2023
1 parent 1e9370e commit aac3a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/webserver/site/src/html/bodybuilder.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
{{end}}

{{define "bottom"}}
<script src="/js/entry.js?v=88986a77|0cdffb94"></script>
<script src="/js/entry.js?v=ebcfcdea|a99362bc"></script>
</body>
</html>
{{end}}
1 change: 1 addition & 0 deletions client/webserver/site/src/js/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default class Application {
this.showPopups = State.fetchLocal(State.popupsLK) === '1'

console.log('Decred DEX Client App, Build', this.commitHash.substring(0, 7))
console.log('Dexc-Desktop ** Bust Test **')

// Loggers can be enabled by setting a truthy value to the loggerID using
// enableLogger. Settings are stored across sessions. See docstring for the
Expand Down

0 comments on commit aac3a2b

Please sign in to comment.