Viewing File: /usr/local/cpanel/base/frontend/jupiter/security/tls_wizard/services/LocationService.min.js

define(["angular"],(function(t){"use strict";return t.module("App").factory("LocationService",["$location",function(t){return{go_to_last_create_route:function(){return t.path(this.last_create_route())},last_create_route:function(){return localStorage.getItem("tls_wizard_create_route")||localStorage.setItem("tls_wizard_create_route","/create"),localStorage.getItem("tls_wizard_create_route")},go_to_simple_create_route:function(){return localStorage.removeItem("tls_wizard_create_route"),this.go_to_last_create_route()},go_to_advanced_create_route:function(){return localStorage.setItem("tls_wizard_create_route","/create-advanced"),this.go_to_last_create_route()}}}])}));
Back to Directory File Manager