Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
7bb582b0
Commit
7bb582b0
authored
Mar 02, 2016
by
Jonathan Wilkes
Browse files
Use empty <title> tags so that nw.js can set the window title itself
parent
ffa92dc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
pd/nw/index.html
View file @
7bb582b0
...
...
@@ -3,6 +3,7 @@
<head>
<link
id=
"page_style"
rel=
"stylesheet"
type=
"text/css"
href=
"css/default.css"
>
<title></title>
</head>
<body
id=
"console_body"
>
<span
id=
"fileDialogSpan"
>
...
...
pd/nw/pd_canvas.html
View file @
7bb582b0
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"UTF-8"
>
<link
id=
"page_style"
rel=
"stylesheet"
type=
"text/css"
href=
"css/default.css"
>
<title>
Pd Patch
</title>
<title></title>
</head>
<body
id=
"patch_body"
>
<span
id =
"fileDialogSpan"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment