We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3afebe commit 310c9f9Copy full SHA for 310c9f9
app/measure/measure.js
@@ -220,6 +220,7 @@ angular.module('Measure.Measure', ['ngRoute'])
220
{
221
userAcceptedDataPolicy: true,
222
downloadworkerfile: "/libraries/pt-download-worker.min.js",
223
+ // Randomly choose to run one of the configurations above.
224
metadata: md[Math.floor(Math.random()*md.length)]
225
},
226
0 commit comments