Simplified file, removed unused import
This commit is contained in:
parent
8ca55cb710
commit
c9d263b12c
@ -1,11 +1,6 @@
|
||||
import 'dart:html';
|
||||
|
||||
import './parse_sitemap.dart' show parseSitemap;
|
||||
|
||||
// Returns the title of the current webpage
|
||||
String getPageTitle() {
|
||||
return querySelector('title').text;
|
||||
}
|
||||
String getPageTitle() => querySelector('title').text;
|
||||
|
||||
Element makeIcon(List<String> classes, [String id]) {
|
||||
final icon = Element.tag('i')..classes.addAll(classes);
|
||||
|
Reference in New Issue
Block a user