Skip to content

Commit

Permalink
Some snapshot comparison renames
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Apr 15, 2020
1 parent 97d5b93 commit b88c1e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/snapshot.html → html/take-snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<body>
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>
<script src="../../sherpa/lib/jshashes-1.0.7.min.js"></script>
<script src="../js/snapshot.js"></script>
<script src="../js/take-snapshot.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion js/snapshot-comparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function setup( simNames ) {
currentSnapshot[ currentSim ] = {
screenshots: []
};
iframe.src = 'snapshot.html?' + childQueryParams + '&url=' + encodeURIComponent( '../../' + sim + '/' + sim + '_en.html' );
iframe.src = 'take-snapshot.html?' + childQueryParams + '&url=' + encodeURIComponent( '../../' + sim + '/' + sim + '_en.html' );
}
function nextSim() {
if ( queue.length ) {
Expand Down
File renamed without changes.

0 comments on commit b88c1e1

Please sign in to comment.