forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
f5a75d3177
commit
8236c1c4fa
1 changed files with 16 additions and 17 deletions
|
@ -264,8 +264,7 @@ pandora.createLinks = function($element) {
|
|||
return target.hostname != document.location.hostname
|
||||
|| Ox.startsWith(target.pathname, '/static');
|
||||
}
|
||||
$element
|
||||
.on({
|
||||
$element.on({
|
||||
click: function(e) {
|
||||
var $target = $(e.target);
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue