Skip to content

Commit ee6fff5

Browse files
authored
Update mathbiol.countshapes.js
1 parent 2412912 commit ee6fff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathbiol.countshapes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ console.log('countshapes library loaded');
102102
// FILTERS
103103
imagejs.msg=function(x){console.log(x)};
104104
//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
105+
jmat.load('https://imagejs.github.io/mathbiol.filterShapes.js',function(){// callback function
106106
$('#'+divCountShapes.id+' #filterShapes').html('');
107107
var F=jmat.fieldnames(imagejs.modules.filterShapes)
108108
for (var i=0;i<F.length;i++){

0 commit comments

Comments
 (0)