diff --git a/Makefile b/Makefile index e55f2334af..3e9fb34c42 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ build/timestamps/check-%-timestamp: $(BUILD_HOSTED)/examples/%.html \ $(BUILD_HOSTED)/build/ol.js \ $(BUILD_HOSTED)/css/ol.css @mkdir -p $(@D) - ./node_modules/.bin/phantomjs --ssl-protocol=any --ignore-ssl-errors=true bin/check-example.js $(addsuffix ?mode=advanced, $<) + ./node_modules/.bin/phantomjs --ssl-protocol=any --ignore-ssl-errors=true bin/check-example.js $< @touch $@ build/timestamps/check-requires-timestamp: $(SRC_JS) $(EXAMPLES_JS) \ diff --git a/config/examples/example.html b/config/examples/example.html index 567b54ada0..dd568a12b7 100644 --- a/config/examples/example.html +++ b/config/examples/example.html @@ -11,7 +11,7 @@ {{{ extraHead.local }}} {{{ css.tag }}} - + {{ title }} diff --git a/examples/geolocation-orientation.html b/examples/geolocation-orientation.html index 4a6b5d433e..6cbd755a15 100644 --- a/examples/geolocation-orientation.html +++ b/examples/geolocation-orientation.html @@ -13,7 +13,6 @@ tags: "fullscreen, geolocation, orientation, mobile" - Mobile Geolocation Tracking with Orientation