rename alterApp() to use the same style of other xdc-related functions
This commit is contained in:
parent
7e9536c806
commit
53d708f8c8
|
@ -103,7 +103,7 @@ function clearXdcStorage() {
|
||||||
alert("Done.");
|
alert("Done.");
|
||||||
}
|
}
|
||||||
|
|
||||||
function alterApp() {
|
function alterXdcApp() {
|
||||||
var title = document.getElementsByTagName('title')[0];
|
var title = document.getElementsByTagName('title')[0];
|
||||||
if (typeof title == 'undefined') {
|
if (typeof title == 'undefined') {
|
||||||
title = document.createElement('title');
|
title = document.createElement('title');
|
||||||
|
@ -122,4 +122,4 @@ function alterApp() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.addEventListener("load", alterApp);
|
window.addEventListener("load", alterXdcApp);
|
||||||
|
|
Loading…
Reference in a new issue