We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98952dc commit a0b85caCopy full SHA for a0b85ca
font_awesome.module
@@ -24,7 +24,7 @@ function font_awesome_init() {
24
if (config_get('font_awesome.settings', 'pseudo')) {
25
backdrop_add_js("jQuery(document).ready(function($) {
26
window.FontAwesomeConfig.searchPseudoElements = true;
27
- /* Added for better performance. */
+ /* Added for better performance. See https://fontawesome.com/how-to-use/font-awesome-api#configuration for details. */
28
window.FontAwesomeConfig.observeMutations = false;
29
});", array(
30
'type' => 'inline',
0 commit comments