User:PB2008/script-installer.js: Difference between revisions

From Test Wiki
m
no edit summary
mNo edit summary
Tags: Mobile edit Mobile web edit
mNo edit summary
Tags: Mobile edit Mobile web edit
Line 553: Line 553:
             var scriptName = this.id;
             var scriptName = this.id;
             $( this ).append( " | ", $( "<a>" )
             $( this ).append( " | ", $( "<a>" )
                     .text( localScriptsByName[ scriptName ] ? "解決安裝" : "安裝" )
                     .text( localScriptsByName[ scriptName ] ? "解除安裝" : "安裝" )
                     .click( makeLocalInstallClickHandler( scriptName ) ) );
                     .click( makeLocalInstallClickHandler( scriptName ) ) );
         } );
         } );
Cookies help us deliver our services. By using our services, you agree to our use of cookies.