diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-05-23 23:25:11 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-05-23 23:25:11 +0000 |
commit | acfd6f8e238373f08b3413ad2d61143d46b44318 (patch) | |
tree | 0e515fc3178262bab7ab94300d6a7cc4935c971b /share/www/browse | |
parent | b76dd4d42603423dd98dec3b6637370c27ba532a (diff) |
Minor tweaks to the map/reduce editing GUI in Futon.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659714 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/browse')
-rw-r--r-- | share/www/browse/database.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html index e84c9798..120c47c6 100644 --- a/share/www/browse/database.html +++ b/share/www/browse/database.html @@ -114,13 +114,13 @@ specific language governing permissions and limitations under the License. <span id="view-toggle">View Code</span> </div> <div class="code map"> - <label>Map Function:</label> + <label for="viewcode_map">Map Function:</label> <textarea id="viewcode_map" class="map" rows="5" cols="79" spellcheck="false" wrap="off">function(doc) { emit(null, doc); }</textarea> </div> <div class="code reduce"> - <label>Reduce Function (optional):</label> + <label for="viewcode_reduce">Reduce Function (optional):</label> <textarea id="viewcode_reduce" class="reduce" rows="5" cols="79" spellcheck="false" wrap="off"></textarea> </div> <div class="bottom"> |