mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
telegram button in travel view fixed
This commit is contained in:
@@ -285,4 +285,8 @@ angular.module('app.travel', ['pascalprecht.translate', 'ui-leaflet'])
|
||||
//console.log("i: -1");
|
||||
return -1;
|
||||
};
|
||||
$scope.openTelegram = function(telegramuser) {
|
||||
window.open('http://telegram.me/' + telegramuser, '_system', 'location=yes');
|
||||
return false;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user