Open j0hannr opened 2 years ago
Because the Path was http://localhost/quartiersplattform/
. Files were always not loaded.
$qp_pages = array(
'/sdgs/',
'/quartiersplattform/',
);
// check for QP Pages
foreach ( $qp_pages as $key => $um_url ) {
if ( strpos( $REQUEST_URI, $um_url ) !== FALSE ) {
files_none();
return false;
}
}
$qp_pages = array(
'/sdgs/',
// '/quartiersplattform/',
);
Visibility Toggle
Uncaught ReferenceError: $ is not defined
File:
visibility_toggle.php
Screenshot