Fix Active calls SHOW ALL button
This commit is contained in:
parent
ee6b2a4d84
commit
a066277460
|
|
@ -67,10 +67,10 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ($show == 'all') {
|
if ($show == 'all') {
|
||||||
echo "&source_url = source_url + '&show=all';";
|
echo "source_url = source_url + '&show=all';";
|
||||||
}
|
}
|
||||||
if (isset($_REQUEST["debug"])) {
|
if (isset($_REQUEST["debug"])) {
|
||||||
echo "&source_url = source_url + '&debug';";
|
echo "source_url = source_url + '&debug';";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
function ajax_get() {
|
function ajax_get() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue