aboutsummaryrefslogtreecommitdiff
path: root/views/default/js
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/js')
-rw-r--r--views/default/js/friendsPickerv1.php2
-rw-r--r--views/default/js/initialise_elgg.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/views/default/js/friendsPickerv1.php b/views/default/js/friendsPickerv1.php
index 14b8da65d..d399b35da 100644
--- a/views/default/js/friendsPickerv1.php
+++ b/views/default/js/friendsPickerv1.php
@@ -14,7 +14,7 @@ jQuery.fn.friendsPicker = function(iterator) {
var container = $(this);
container.addClass("friendsPicker");
// set panelwidth manually as it's hidden initially - adjust this value for different themes/pagewidths
- var panelWidth = 685;
+ var panelWidth = 678;
// count the panels in the container
var panelCount = container.find("div.panel").size();
diff --git a/views/default/js/initialise_elgg.php b/views/default/js/initialise_elgg.php
index c5a2864f4..78cf9388d 100644
--- a/views/default/js/initialise_elgg.php
+++ b/views/default/js/initialise_elgg.php
@@ -16,7 +16,7 @@ $(document).ready(function () {
return false;
});
- // toggle plugin's settings and more info on admin tools admin
+ // toggle plugin's settings nad more info on admin tools admin
$('a.pluginsettings_link').click(function () {
$(this.parentNode.parentNode).children("[class=pluginsettings]").slideToggle("fast");
return false;
@@ -252,9 +252,9 @@ $.fn.elgg_topbardropdownmenu = function(options) {
$.data(subnav, 'cancelHide', false);
setTimeout(function() {
if (!$.data(subnav, 'cancelHide')) {
- $(subnav).slideUp(options.speed);
+ $(subnav).slideUp(100);
}
- }, 200);
+ }, 250);
}
function show() {