Skip to content

Commit 2412912

Browse files
authored
Update ki67.js
1 parent d589828 commit 2412912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ki67.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ console.log('KI67 module');
154154
}
155155
}
156156
var menu={
157-
'Help':function(){imagejs.msg('See <a href="http://www.youtube.com/watch?v=NCPNgRxWWDQ" target="blank">SCREENCAST</a> of capture a) segmented in positive ki67 nuclei and b) segmented out all nuclei.<br> See also <a href="https://sites.google.com/a/mathbiol.org/doc/imagejs/ki67" target="blank"> WIKI</a> for more information and calibration data. [<a href="https://code.google.com/p/imagejs/source/browse/ki67.js?repo=module" target="blank">Source code</a>, <a href="https://code.google.com/p/imagejs/source/list?repo=module" target="blank">Change log</a>].')},
157+
'Help':function(){imagejs.msg('See <a href="https://www.youtube.com/watch?v=NCPNgRxWWDQ" target="blank">SCREENCAST</a> of capture a) segmented in positive ki67 nuclei and b) segmented out all nuclei.<br> See also <a href="https://sites.google.com/a/mathbiol.org/doc/imagejs/ki67" target="blank"> WIKI</a> for more information and calibration data. [<a href="https://code.google.com/p/imagejs/source/browse/ki67.js?repo=module" target="blank">Source code</a>, <a href="https://code.google.com/p/imagejs/source/list?repo=module" target="blank">Change log</a>].')},
158158
'Original Image':function(){imagejs.modules[id].originalImage()},
159159
'Invert Colors':function(){imagejs.msg('<span style="color:red">Inverting colors, please wait ...</span>');setTimeout(imagejs.modules[id].invertColor,100)},
160160
'True recolor':function(){imagejs.msg('<span style="color:red">Recoloring, please wait ...</span>');setTimeout(imagejs.modules[id].trueRecolor,100)},

0 commit comments

Comments
 (0)