Modification message d'erreur miniBrowser
This commit is contained in:
mespeche
2013-09-02 09:35:17 +02:00
parent fe859591f4
commit fb459eea8f

View File

@@ -101,7 +101,7 @@
$('#minibrowser-categories').unbind().empty().append(categories);
})
.fail(function() {
console.log('The JSON file cant be read');
console.log('An error occurred while reading from JSON file');
});
}