We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f095fb commit 6536f0bCopy full SHA for 6536f0b
1 file changed
BlogEngine/BlogEngine.NET/setup/upgrade/Updater.js
@@ -38,7 +38,7 @@ function CheckVersion() {
38
dataType: "json",
39
async: false,
40
success: function (result) {
41
- newVersion = result.d;
+ newVersion = result.d; // "3.2.0.0";
42
}
43
});
44
@@ -223,10 +223,6 @@ function ShowError(item, msg) {
223
$("#btnRun").html('Restart');
224
225
226
-function goHome() {
227
- window.location.href = AppRoot;
228
-}
229
-
230
function CheckPermissions() {
231
$("#msgList").empty();
232
CheckPermission("trust");
0 commit comments