@ -79,7 +79,7 @@ BotanJS.prototype.compile = function( type )
return;
}
var suri = conf.serviceUri + type + "/" + data.toString( "base64" )
var suri = conf.serviceUri + type + "/?p=" + encodeURIComponent( data.toString( "base64" ) );
var req = http.get(
suri
, function( res )
The note is not visible to the blocked user.