mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
added user-scalable=no to header meta tag (in lieu of fastclick lib)
closes #376 - reopen if necessary.
This commit is contained in:
@@ -46,7 +46,7 @@ var express = require('express'),
|
||||
app.build_header = function (options, callback) {
|
||||
var defaultMetaTags = [{
|
||||
name: 'viewport',
|
||||
content: 'width=device-width, initial-scale=1.0'
|
||||
content: 'width=device-width, initial-scale=1.0, user-scalable=no'
|
||||
}, {
|
||||
name: 'content-type',
|
||||
content: 'text/html; charset=UTF-8'
|
||||
|
||||
Reference in New Issue
Block a user