removing parameters from jason?=2

master
Maria Munuera 2012-06-25 19:40:24 -05:00
parent 438c543f0a
commit e0f512efd4
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ svgEditor.addExtension("shapes", function() {
if(!lib) {
$('#shape_buttons').html('Loading...');
$.getJSON('extensions/shapelib/' + cat_id + '.json?=2', function(result, textStatus) {
$.getJSON('extensions/shapelib/' + cat_id + '.json', function(result, textStatus) {
cur_lib = library[cat_id] = {
data: result.data,
size: result.size,