MCPcopy
hub / github.com/Justineo/github-hovercard / addRow

Function addRow

extensions/edge/options.js:89–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89function addRow() {
90 if ($('.domain').length >= 4) {
91 log('That should be enough.', 3000)
92 return
93 }
94 list.append(
95 Mustache.render(ITEM_TPL, {
96 domains: ['']
97 })
98 )
99}
100
101function removeRow() {
102 $(this)

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected