From 3f1a78fa690e2220b46823527f3abf0a0d51cd8e Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 3 Apr 2014 17:03:32 +0200 Subject: some work on jot, remove some deprecated js and some random style fixes --- library/jquery_ac/friendica.complete.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/jquery_ac/friendica.complete.js') diff --git a/library/jquery_ac/friendica.complete.js b/library/jquery_ac/friendica.complete.js index 190625e87..73a6e91d5 100644 --- a/library/jquery_ac/friendica.complete.js +++ b/library/jquery_ac/friendica.complete.js @@ -46,7 +46,7 @@ params: {}, fnFormatResult: fnFormatResult, delimiter: null, - zIndex: 9999 + zIndex: 999 }; this.initialize(); this.setOptions(options); @@ -78,7 +78,7 @@ if (!this.options.width) { this.options.width = this.el.width(); } this.mainContainerId = 'AutocompleteContainter_' + uid; - $('
').appendTo('body'); + $('
').appendTo('body'); this.container = $('#' + autocompleteElId); this.fixPosition(); -- cgit v1.2.3