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

Function addRow

extensions/chrome/options.js:115–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115function addRow() {
116 if ($('.domain').length >= 4) {
117 log('That should be enough.', 3000)
118 return
119 }
120 list.append(
121 Mustache.render(ITEM_TPL, {
122 domains: ['']
123 })
124 )
125}
126
127function removeRow() {
128 $(this)

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected