@@ -1,8 +1,7 @@
$('html').css('height', '100%');
var host = (function () {
- //return window.location.protocol + "//" + window.location.host;
- return 'http://192.168.0.210';
+ return window.location.protocol + "//" + window.location.host;
})();