summaryrefslogtreecommitdiff
path: root/share/www/database.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/database.html')
-rw-r--r--share/www/database.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/www/database.html b/share/www/database.html
index 9b22cf76..4d07abca 100644
--- a/share/www/database.html
+++ b/share/www/database.html
@@ -78,9 +78,7 @@ specific language governing permissions and limitations under the License.
page.populateViewsMenu();
page.populateViewEditor();
- if (!page.isTempView) {
- page.updateDocumentListing();
- } else {
+ if (page.isTempView) {
$("#viewcode").show().removeClass("collapsed").find("textarea")[0].focus();
$("#documents").hide();
}