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 4933d76 commit 31cc7e0Copy full SHA for 31cc7e0
qa-show-results.php
@@ -343,7 +343,7 @@ public function process_request($request)
343
$qa_content['custom_2'] = '<div id="chartContainer2" class="bgtext" style="height: 370px; width: 100%;"></div>
344
<button class="btn btn-primary" id="printChart2">Download</button>';
345
}
346
- if ($openmodel) {
+ if ($openmodel == "true") {
347
$qa_content['custom_3'] = '<div id="chartContainer3" class="bgtext" style="height: 370px; width: 100%;"></div>
348
<button class="btn btn-primary" id="printChart3">Download</button>';
349
0 commit comments