diff options
Diffstat (limited to 'share/www/browse')
-rw-r--r-- | share/www/browse/database.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html index c685baad..76990608 100644 --- a/share/www/browse/database.html +++ b/share/www/browse/database.html @@ -111,7 +111,7 @@ specific language governing permissions and limitations under the License. <label for="viewcode_textarea">View Function</label> </div> <textarea id="viewcode_textarea" rows="5" cols="79" spellcheck="false" wrap="off">function(doc) { - map(null, doc); + emit(null, doc); }</textarea> <div class="bottom"> <button class="save" type="button" disabled>Save</button> |