From 4e089c3241fab3c6c99820a3be8349469bf20191 Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Thu, 28 Mar 2019 13:04:08 -0600 Subject: [PATCH] Updating XHTML paths, see https://github.com/phetsims/chipper/issues/744 --- js/phetmarks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/phetmarks.js b/js/phetmarks.js index f3ed404..4e605e8 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -190,7 +190,7 @@ name: 'compiledXHTML', text: 'Compiled XHTML', description: 'Runs the English simulation from the build/phet/xhtml directory (built from chipper)', - url: '../' + repo + '/build/phet/xhtml/' + repo + '_all_phet.html', + url: '../' + repo + '/build/phet/xhtml/' + repo + '_all.xhtml', queryParameters: simQueryParameters } ); modes.push( {