Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created May 30, 2011 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RobSpectre/999620 to your computer and use it in GitHub Desktop.
Save RobSpectre/999620 to your computer and use it in GitHub Desktop.
Tagging an object on FluidINFO
fluidDB.put({
url: 'about/' + encodeURIComponent(sender.tab.url) + '/jeterfilter/contains-jeter',
payload: Math.round(((new Date()).getTime()-Date.UTC(1970,0,1))/1000),
async: false,
username: fluidDBUsername,
password: fluidDBPassword,
success: function(json) {
console.log('URI tagged as containing Jeter.');
}
});
@ecarnevale
Copy link

Hi @RobSpectre, not sure if Github informed you I mentioned you in a comment, but if you check my fork you see comment and fixed code!
thanks for spotting this embarrassing mistake!

@RobSpectre
Copy link
Author

Hey @ecarnevale - thanks for taking a look. I set the primitive tag, so should be golden now - but still can't see the tagged objects in Explorer.

Posted a screenshot of what I'm seeing: http://tinypic.com/view.php?pic=346uh51&s=7

@ecarnevale
Copy link

@RobSpectre, I've read the IRC log and seen that you discovered it was an old version of the explorer :). All's well it seems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment