Explorar el Código

add radikox ext

pull/1/head
10sr hace 12 años
padre
commit
03d62a75cd
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      _keysnail.js

+ 9
- 0
_keysnail.js Ver fichero

@@ -158,6 +158,15 @@ plugins.options["twitter_client.use_jmp"] = true;
////////////////////////////////////////////
// エクステ

ext.add('radikox-play-pause', function(){
radikox.turn_power();
radikox.power();
}, 'radikox toggle play/pause');

ext.add('radikox-select-station', function(){
var m = document.getElementById("radikox_menupopup");
}, 'radikox station');

ext.add('my-setpref', function(){
util.setPrefs(
{


Cargando…
Cancelar
Guardar