Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Prevent opening new windows
Browse files Browse the repository at this point in the history
Signed-off-by: Leonty Chudinov <34669449+lchudinov@users.noreply.github.com>
  • Loading branch information
lchudinov committed Dec 11, 2018
1 parent fa9fe42 commit ec57e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Copyright Contributors to the Zowe Project.
*/
define(['base/js/namespace'], funtion(Jupyter){
Jupyter._target='self';
define(['base/js/namespace'], function(Jupyter) {
Jupyter._target='_self';
});

/*
Expand Down

0 comments on commit ec57e39

Please sign in to comment.