|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/*! |
|
|
|
|
* Webogram v0.5.7 - messaging web application for MTProto |
|
|
|
|
* Webogram v0.5.7.1 - messaging web application for MTProto |
|
|
|
|
* https://github.com/zhukov/webogram
|
|
|
|
|
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> |
|
|
|
|
* https://github.com/zhukov/webogram/blob/master/LICENSE
|
|
|
|
@ -4730,6 +4730,11 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
@@ -4730,6 +4730,11 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
|
|
|
|
!target.onclick && |
|
|
|
|
!target.onmousedown) { |
|
|
|
|
var href = $(target).attr('href') || target.href || '' |
|
|
|
|
if (Config.Modes.chrome_packed && |
|
|
|
|
href.length && |
|
|
|
|
$(target).attr('target') == '_blank') { |
|
|
|
|
$(target).attr('rel', '') |
|
|
|
|
} |
|
|
|
|
var match = href.match(tgAddrRegExp) |
|
|
|
|
if (match) { |
|
|
|
|
if (handleTgProtoAddr(match[3], true)) { |
|
|
|
|