Skip to content

Commit

Permalink
Reenabling support for _ext override for mime viewers
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrobinsn committed Nov 30, 2018
1 parent c586e84 commit 8b26eed
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 8b26eed

Please sign in to comment.