You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all major browsers, ctr+click opens a link in a new tab, but on the Nim website it also redirects the current tab if it's an outgoing link. The same happens with ctrl+enter (when a link is selected).
The problem occurs because of the following line in the code below: 'hitCallback': function(){document.location = url;}
In all major browsers, ctr+click opens a link in a new tab, but on the Nim website it also redirects the current tab if it's an outgoing link. The same happens with ctrl+enter (when a link is selected).
The problem occurs because of the following line in the code below: 'hitCallback': function(){document.location = url;}
The text was updated successfully, but these errors were encountered: