Skip to content

Commit

Permalink
Merge pull request pxscene#1593 from johnrobinsn/master
Browse files Browse the repository at this point in the history
Reenabling support for _ext override for mimetype viewers
  • Loading branch information
johnrobinsn authored Nov 30, 2018
2 parents b3c1913 + 8b26eed commit d9ffbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pxScene2d/src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else {

var ext

if (false) {
if (true) {
var urlParts = Url.parse(url,true)
ext = urlParts.query['_ext']
}
Expand Down

0 comments on commit d9ffbae

Please sign in to comment.