rm logs
This commit is contained in:
@@ -26,7 +26,6 @@ angular.module('app.frontend')
|
|||||||
|
|
||||||
var runningInElectron = window && window.process && window.process.type && window.process.versions["electron"];
|
var runningInElectron = window && window.process && window.process.type && window.process.versions["electron"];
|
||||||
if(!runningInElectron) {
|
if(!runningInElectron) {
|
||||||
console.log("Enabling HTML5 Mode.")
|
|
||||||
if (window.history && window.history.pushState) {
|
if (window.history && window.history.pushState) {
|
||||||
$locationProvider.html5Mode({
|
$locationProvider.html5Mode({
|
||||||
enabled: true,
|
enabled: true,
|
||||||
@@ -35,7 +34,6 @@ angular.module('app.frontend')
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$locationProvider.html5Mode(false);
|
$locationProvider.html5Mode(false);
|
||||||
console.log("Disabling HTML5 Mode.")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user