remove dbg code
This commit is contained in:
parent
5641d81f03
commit
3471e98989
@ -173,7 +173,7 @@ function bb_parse_app($match) {
|
||||
|
||||
function bb_parse_element($match) {
|
||||
$j = json_decode(base64url_decode($match[1]),true);
|
||||
print_r($j);
|
||||
|
||||
if ($j) {
|
||||
$o = EOL . '<a href="#" onclick="importElement(\'' . $match[1] . '\'); return false;" >' . t('Install ' . $j['type'] . ' element: ') . $j['pagetitle'] . '</a>' . EOL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user