UNPKG
vudash-widget-travis
Version:
latest (3.0.0)
3.0.0
1.0.0
A Travis CI Widget for Vudash
vudash-widget-travis
/
client.js
4 lines
(3 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
var widget =
$(
'#'
+
$id
+
'-travis'
); widget.find(
'.travis-user'
).html(
$widget
.config.user); widget.find(
'.travis-repo'
).html(
$widget
.config.repo);