diff options
Diffstat (limited to 'static')
| -rwxr-xr-x | static/html/head.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/html/head.htm b/static/html/head.htm index aa36c73..da99c07 100755 --- a/static/html/head.htm +++ b/static/html/head.htm @@ -21,6 +21,6 @@ <meta name="referrer" content="no-referrer" /> <link rel="stylesheet" href="{{.BasePath}}stylesheet"> <link rel="icon" type="image/x-icon" href="{{.BasePath}}favicon.ico"> - <meta name="viewport" content="width=device-width, height=device-height, initial-scale=0.4, user-scalable=no; user-scalable=0"/> + <meta name="viewport" content="width=device-width, height=device-height, initial-scale=0.4, user-scalable=no"/> </head> {{end}}
\ No newline at end of file |
