Skip to content

Instantly share code, notes, and snippets.

View mkellyxp's full-sized avatar

Michael Kelly mkellyxp

View GitHub Profile
@mkellyxp
mkellyxp / gist:8160c6c9ca44cf4efc8321768012e8f7
Last active November 25, 2020 21:04
Override Elevio's Open Article function when down
// Comment out the function(e,l,v,i,o,n)... code and add this after.
// NOTE: Be sure to change "membervault" to whatever your account name is.
class elev {
openArticle( p_nId ){
window.open( 'https://membervault.elevio.help/en/articles/' + p_nId, '_blank');
}
}
var _elev = new elev;