Skip to content

Commit

Permalink
Revert "Merge pull request #558 from w3c/plh/2016-design"
Browse files Browse the repository at this point in the history
This reverts commit 5c43d75, reversing
changes made to 91592c3.
  • Loading branch information
marcoscaceres committed Feb 15, 2016
1 parent 7061b0b commit e00f735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
1 change: 0 additions & 1 deletion js/profile-w3c-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ define([
, "core/shiv"
, "core/remove-respec"
, "core/location-hash"
, "w3c/fixup"
],
function (domReady, runner, ui) {
var args = Array.prototype.slice.call(arguments);
Expand Down
40 changes: 0 additions & 40 deletions js/w3c/fixup.js

This file was deleted.

4 changes: 3 additions & 1 deletion js/w3c/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,11 @@ define(
// experimental style info
var hasViewportMeta = doc.head.querySelector("meta[name=viewport]") ? true : false;
if (conf.useExperimentalStyles && !hasViewportMeta) {
$("html>head").prepend($('<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">'));
$("html>head").prepend($('<meta name="viewport" content="width=device-width, initial-scale=1, width = content-width, initial-scale = 1.0, shrink-to-fit=no">'));
}



msg.pub("end", "w3c/headers");
cb();
}
Expand Down

0 comments on commit e00f735

Please sign in to comment.