mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
N°2127 - Fix fullscreen closing on content click
This commit is contained in:
@@ -134,8 +134,7 @@ $(document).ready(function(){
|
||||
return false;
|
||||
}
|
||||
|
||||
// If target selector return one element, it's the good target
|
||||
oTargetElem.on('click', function(oEvent){
|
||||
$(this).on('click', function(oEvent){
|
||||
// Prevent anchor default behavior
|
||||
oEvent.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user