Added reading last tool
This commit is contained in:
@@ -3,4 +3,8 @@ $(document).ready( function() {
|
||||
window.location.protocol + "//" + window.location.hostname + ":8097";
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
function getMockHost() {
|
||||
return window.location.protocol + "//" + window.location.hostname + ":8097";
|
||||
}
|
||||
Reference in New Issue
Block a user