This website requires JavaScript.
Explore
Help
Sign In
ProfessionalUwU
/
echoip
Watch
1
Star
0
Fork
0
You've already forked echoip
mirror of
https://github.com/mpolden/echoip.git
synced
2025-01-30 11:55:01 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
echoip
/
assets
/
js
/
cmd.coffee
4 lines
97 B
CoffeeScript
Raw
Normal View
History
Unescape
Escape
Add command switcher
2012-11-25 21:13:06 +01:00
$
(
document
)
.
ready
->
Don't use deprecated function
2012-11-25 21:21:37 +01:00
$
(
'
#
select-command
'
)
.
on
'
change
'
,
->
Add command switcher
2012-11-25 21:13:06 +01:00
$
(
'
.command
'
)
.
text
$
(
this
)
.
val
(
)
Reference in New Issue
Copy Permalink