Code Duplication    Length = 2-2 lines in 2 locations

Sources/Display.php 1 location

@@ 1462-1463 (lines=2) @@
1459
		loadJavaScriptFile('drafts.js', array('defer' => false, 'minimize' => true), 'smf_drafts');
1460
1461
	// Spellcheck
1462
	if ($context['show_spellchecking'])
1463
		loadJavaScriptFile('spellcheck.js', array('defer' => false, 'minimize' => true), 'smf_spellcheck');
1464
1465
	// topic.js
1466
	loadJavaScriptFile('topic.js', array('defer' => false, 'minimize' => true), 'smf_topic');

Sources/Profile-Modify.php 1 location

@@ 3054-3055 (lines=2) @@
3051
	}
3052
3053
	// Load the spell checker?
3054
	if ($context['show_spellchecking'])
3055
		loadJavaScriptFile('spellcheck.js', array('defer' => false, 'minimize' => true), 'smf_spellcheck');
3056
3057
	return true;
3058
}