Last change
on this file was
12583,
checked in by dglaser, 9 years ago
|
#2413:
HeuristicLab.Services.WebApp-3.3:
- Added CryptoJS Library
- Changed about page
- Obfuscated emails
HeuristicLab.Services.WebApp.Status-3.3:
- Added QuickSelection to Status History page
|
File size:
529 bytes
|
Line | |
---|
1 | (function () {
|
---|
2 | var module = appAboutPlugin.getAngularModule();
|
---|
3 | module.controller('app.about.ctrl', ['$scope', function($scope) {
|
---|
4 | $scope.mailToSupport = function () {
|
---|
5 | location.href = decryptString('U2FsdGVkX1/pCOITUzzsN36hx4sHh11FeVXkVyQ5b2KeZebFQ3KaNN8G9bKL3lU9');
|
---|
6 | };
|
---|
7 |
|
---|
8 | $scope.mailToStefanWagner = function () {
|
---|
9 | location.href = decryptString('U2FsdGVkX1/Lzu8UFltiBl6VmBf9E0lmGna0+7o7cavCPwiCytBpSLsJoyhO9tl5hHCvJPVgsSndWdmGEuWrXw==');
|
---|
10 | };
|
---|
11 | }]);
|
---|
12 | })(); |
---|
Note: See
TracBrowser
for help on using the repository browser.