Merge pull request #54 from ankurkaushal/fix-typo
fix: typo in alert messages
This commit is contained in:
commit
96c8e0d1ff
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ javascript: (function () {
|
||||||
document.getElementsByTagName("head")[0].appendChild(script);
|
document.getElementsByTagName("head")[0].appendChild(script);
|
||||||
})
|
})
|
||||||
.catch(function () {
|
.catch(function () {
|
||||||
alert("Error retreiving PowerDeleteSuite from github");
|
alert("Error retrieving PowerDeleteSuite from github");
|
||||||
});
|
});
|
||||||
} else if (
|
} else if (
|
||||||
confirm(
|
confirm(
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ var pd = {
|
||||||
$("#pd__central").show();
|
$("#pd__central").show();
|
||||||
},
|
},
|
||||||
function () {
|
function () {
|
||||||
alert("Error retreiving CSS from /r/PowerDeleteSuite");
|
alert("Error retrieving CSS from /r/PowerDeleteSuite");
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
@ -174,7 +174,7 @@ var pd = {
|
||||||
pd.helpers.restoreSettings();
|
pd.helpers.restoreSettings();
|
||||||
},
|
},
|
||||||
function () {
|
function () {
|
||||||
alert("Error retreiving markup from /r/PowerDeleteSuite");
|
alert("Error retrieving markup from /r/PowerDeleteSuite");
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue