summaryrefslogtreecommitdiff
path: root/src/rz_core.js
AgeCommit message (Collapse)Author
2014-11-18add removeHighlight to avoid accumulating link highlightingAlon Levy
2014-11-18rz_core: move styling to css for easy skinningAlon Levy
So now you can change for instance: $('.perm').each(function(i,x) { x.style.opacity=0.1; })
2014-11-13rename scripts/ -> src/LV-426