Created
May 30, 2011 23:14
-
-
Save RobSpectre/999620 to your computer and use it in GitHub Desktop.
Tagging an object on FluidINFO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.'); | |
} | |
}); |
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
@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
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!