Skip to content

Commit 6536f0b

Browse files
committed
Missed file
1 parent 8f095fb commit 6536f0b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

BlogEngine/BlogEngine.NET/setup/upgrade/Updater.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function CheckVersion() {
3838
dataType: "json",
3939
async: false,
4040
success: function (result) {
41-
newVersion = result.d;
41+
newVersion = result.d; // "3.2.0.0";
4242
}
4343
});
4444
}
@@ -223,10 +223,6 @@ function ShowError(item, msg) {
223223
$("#btnRun").html('Restart');
224224
}
225225

226-
function goHome() {
227-
window.location.href = AppRoot;
228-
}
229-
230226
function CheckPermissions() {
231227
$("#msgList").empty();
232228
CheckPermission("trust");

0 commit comments

Comments
 (0)