? Success

User tests: Successful: Unsuccessful:

avatar mseymour
mseymour
17 Jul 2014

It seems to have been there for a little over a year if not longer.

avatar mseymour mseymour - open - 17 Jul 2014
avatar Kubik-Rubik
Kubik-Rubik - comment - 27 Jul 2014

@mseymour Works as described (and as the normal cloak function). Thanks!

avatar roland-d
roland-d - comment - 30 Jul 2014

@test: Failure
1. The PR no longer applies to the current staging branch
2. I think the change is not completely correct because when I look in the source code I see this:

//<!--
document.getElementById('cloak19480').innerHTML = ''; 
.....
 document.getElementById('cloak19480').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy19480 + '\' rel="alternate">'+addy_text19480+'<\/a>';
//--> 

I wonder if it shouldn't just be:

<!--
document.getElementById('cloak19480').innerHTML = ''; 
.....
 document.getElementById('cloak19480').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy19480 + '\' rel="alternate">'+addy_text19480+'<\/a>';
--> 
avatar mseymour
mseymour - comment - 30 Jul 2014

As far as I know --> isn't valid Javascript, so it would make sense to comment it out.

At least that's how I've learned it about 10 years ago.

avatar Kubik-Rubik
Kubik-Rubik - comment - 30 Jul 2014

@roland-d mseymour is right here, see also the output of the cloaking function in the library.

@mseymour Please update the PR against the current staging version!

avatar roland-d
roland-d - comment - 30 Jul 2014

@mseymour and @Kubik-Rubik Thanks for the feedback, TIL today :)

avatar roland-d
roland-d - comment - 31 Jul 2014

@mseymour Let me know when the PR is fixed, so I can move the JC tracker forward. Thank you.

avatar mseymour
mseymour - comment - 31 Jul 2014

Attempted to fix the PR, although probably because it was originally from infograf it appears to have screwed up. Will try again with a clean pull request.

avatar mseymour mseymour - change - 31 Jul 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-07-31 12:20:02
avatar mseymour mseymour - close - 31 Jul 2014
avatar brianteeman
brianteeman - comment - 31 Jul 2014

Please see #4044

Add a Comment

Login with GitHub to post a comment