|
|
@ -30,6 +30,12 @@ function openModal( modalClass ) |
|
|
|
|
|
|
|
|
|
|
|
//fecha o modal removendo o conteúdo por detach
|
|
|
|
//fecha o modal removendo o conteúdo por detach
|
|
|
|
function closeModal($this) |
|
|
|
function closeModal($this) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
closeModalHandler($this); |
|
|
|
|
|
|
|
window.location.hash = ''; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function closeModalHandler($this) |
|
|
|
{ |
|
|
|
{ |
|
|
|
var $body = $( "body" ); |
|
|
|
var $body = $( "body" ); |
|
|
|
var $modalWindows = $( "body" ).children( ".modal-blackout" ); |
|
|
|
var $modalWindows = $( "body" ).children( ".modal-blackout" ); |
|
|
@ -370,6 +376,8 @@ function watchHashChange(e) |
|
|
|
}else if (hashdata[1] == 'hashtag') { |
|
|
|
}else if (hashdata[1] == 'hashtag') { |
|
|
|
openHashtagModalFromSearch(hashdata[2]); |
|
|
|
openHashtagModalFromSearch(hashdata[2]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
closeModalHandler(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|