Code Duplication    Length = 2-2 lines in 2 locations

Sources/Profile-Modify.php 1 location

@@ 2988-2989 (lines=2) @@
2985
	}
2986
2987
	// Load the spell checker?
2988
	if ($context['show_spellchecking'])
2989
		loadJavaScriptFile('spellcheck.js', array('defer' => false, 'minimize' => true), 'smf_spellcheck');
2990
2991
	return true;
2992
}

Sources/Display.php 1 location

@@ 1479-1480 (lines=2) @@
1476
		loadJavaScriptFile('drafts.js', array('defer' => false, 'minimize' => true), 'smf_drafts');
1477
1478
	// Spellcheck
1479
	if ($context['show_spellchecking'])
1480
		loadJavaScriptFile('spellcheck.js', array('defer' => false, 'minimize' => true), 'smf_spellcheck');
1481
1482
	// topic.js
1483
	loadJavaScriptFile('topic.js', array('defer' => false, 'minimize' => true), 'smf_topic');