~ken-vandine/libubuntuone/versioned_mono_bindings

« back to all changes in this revision

Viewing changes to data/u1-library-override.js

  • Committer: Rodrigo Moya
  • Date: 2010-01-26 13:20:42 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: rodrigo.moya@canonical.com-20100126132042-59y98gnomsymxrr8
Move JS code out of the C source code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(function(){
 
2
        var lnks = document.querySelectorAll("a");
 
3
        for (var i=0; i<lnks.length; i++) {
 
4
                if (lnks[i].href.indexOf("library.aspx") != -1) {
 
5
                        lnks[i].href = "%s";
 
6
                }
 
7
        }
 
8
})()
 
 
b'\\ No newline at end of file'