From 9cce91512a33948dfb1486521149e20e69f4eee8 Mon Sep 17 00:00:00 2001 From: Jonatas Freitas Date: Thu, 13 Aug 2015 02:32:09 -0300 Subject: [PATCH] added in tip_location comment left and right options --- js/foundation/foundation.joyride.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation/foundation.joyride.js b/js/foundation/foundation.joyride.js index 81e6174b8..9ca4e477f 100644 --- a/js/foundation/foundation.joyride.js +++ b/js/foundation/foundation.joyride.js @@ -12,7 +12,7 @@ expose : false, // turn on or off the expose feature modal : true, // Whether to cover page with modal during the tour keyboard : true, // enable left, right and esc keystrokes - tip_location : 'bottom', // 'top' or 'bottom' in relation to parent + tip_location : 'bottom', // 'top', 'bottom', 'left' or 'right' in relation to parent nub_position : 'auto', // override on a per tooltip bases scroll_speed : 1500, // Page scrolling speed in milliseconds, 0 = no scroll animation scroll_animation : 'linear', // supports 'swing' and 'linear', extend with jQuery UI. -- 2.47.2