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

Function addRow

extensions/firefox/options.js:114–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected