author | Luc Moreau <l.moreau@ecs.soton.ac.uk> |
Fri, 29 Jun 2012 12:56:46 +0100 | |
changeset 3518 | 43d54721514b |
parent 3517 | 55f4de001655 |
child 3519 | 984eb17e5924 |
model/prov-n.html |
--- a/model/prov-n.html Fri Jun 29 12:55:42 2012 +0100 +++ b/model/prov-n.html Fri Jun 29 12:56:46 2012 +0100 @@ -122,6 +122,11 @@ $(this).children('span').replaceWith(function(){return $('<span>').append("Example " + mycount)}); }); + + $('.anexample').each(function(index) { + $(this).removeAttr('data-count'); + }); + }