Home
last modified time | relevance | path

Searched +full:defer_js -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/conf/
H A Ddokuwiki.php169 $conf['defer_js'] = 1; // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release.
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php253 $meta['defer_js'] = ['onoff'];
/dokuwiki/inc/
H A Dtemplate.php391 ] + ($conf['defer_js'] ? ['defer' => 'defer'] : []);
398 ] + ($conf['defer_js'] ? ['defer' => 'defer'] : []);