mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
// Make sure that all links load in the same tab
|
|
define(['base/js/namespace'], function (Jupyter) {
|
|
Jupyter._target = '_self';
|
|
});
|