We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2412912 commit ee6fff5Copy full SHA for ee6fff5
mathbiol.countshapes.js
@@ -102,7 +102,7 @@ console.log('countshapes library loaded');
102
// FILTERS
103
imagejs.msg=function(x){console.log(x)};
104
//imagejs.loadModule('http://module.imagejs.googlecode.com/git/mathbiol.filterShapes.js',function(){// callback function
105
- jmat.load('http://imagejs.org/mathbiol.filterShapes.js',function(){// callback function
+ jmat.load('https://imagejs.github.io/mathbiol.filterShapes.js',function(){// callback function
106
$('#'+divCountShapes.id+' #filterShapes').html('');
107
var F=jmat.fieldnames(imagejs.modules.filterShapes)
108
for (var i=0;i<F.length;i++){
0 commit comments