Skip to content
Snippets Groups Projects
Commit 7bb582b0 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Use empty <title> tags so that nw.js can set the window title itself

parent ffa92dc4
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<link id="page_style" rel="stylesheet" <link id="page_style" rel="stylesheet"
type="text/css" href="css/default.css"> type="text/css" href="css/default.css">
<title></title>
</head> </head>
<body id="console_body"> <body id="console_body">
<span id="fileDialogSpan"> <span id="fileDialogSpan">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link id="page_style" rel="stylesheet" <link id="page_style" rel="stylesheet"
type="text/css" href="css/default.css"> type="text/css" href="css/default.css">
<title>Pd Patch</title> <title></title>
</head> </head>
<body id="patch_body"> <body id="patch_body">
<span id = "fileDialogSpan"> <span id = "fileDialogSpan">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment