Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-01-02 18:52:28 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-18 15:19:07 +0300
commit5a8b121a1d88d8854d0ad58ca8443744185bbbc9 (patch)
treefc047077a7b71f1cc2e160fb3f632fcd147a4341 /js
parentad84067aa3411ff83f430f7f0be509798aa22c4e (diff)
Put the info text below the input.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
Diffstat (limited to 'js')
-rw-r--r--js/script.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/script.js b/js/script.js
index d07c9e8..17a9943 100644
--- a/js/script.js
+++ b/js/script.js
@@ -44,7 +44,6 @@
setHumanReadableSizeToElement("phpUploadMaxSize");
setHumanReadableSizeToElement("systemDiskFreeSpace");
- $('#ocsEndPoint span.icon-info').tooltip({placement: 'top'});
initMonitoringLinkToClipboard();
$("#monitoring-endpoint-url").on('click', function () {
$(this).select();