mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
Improved page titles - Fixes #198
This commit is contained in:
parent
d43a888b26
commit
9d5f8d640f
2 changed files with 2 additions and 1 deletions
|
@ -293,6 +293,7 @@ function load() {
|
|||
.success(function(c) {
|
||||
campaign = c
|
||||
if (campaign) {
|
||||
$("title").text(c.name + " - Gophish")
|
||||
$("#loading").hide()
|
||||
$("#campaignResults").show()
|
||||
// Set the title
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="author" content="Jordan Wright (http://github.com/jordan-wright)">
|
||||
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
|
||||
|
||||
<title>Gophish - {{ .Title }}</title>
|
||||
<title>{{ .Title }} - Gophish</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<!-- <link href="/css/bootstrap.css" rel="stylesheet"> -->
|
||||
|
|
Loading…
Reference in a new issue