We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c001f34 commit b272c01Copy full SHA for b272c01
docs/quick-start/index.html
@@ -162,7 +162,7 @@ <h2>Running as Web App</h2>
162
}
163
$(document).ready(function() {
164
$('#step7-btn').click(function(e){
165
-milib.openPurchaseActivity();
+milib.openPurchaseActivity('quick-guide');
166
});
167
168
$('#step1-btn').click(function(e){
qpython-docs/quick-start/index.html
0 commit comments