updated
This commit is contained in:
Vendored
+2
-2
@@ -43,9 +43,9 @@ bootstrapDetected = false;
|
|||||||
pluginOptions = {
|
pluginOptions = {
|
||||||
autoHide: false,
|
autoHide: false,
|
||||||
autoHideDelay: 2000,
|
autoHideDelay: 2000,
|
||||||
arrowShow: true,
|
arrowShow: false,
|
||||||
arrowSize: 5,
|
arrowSize: 5,
|
||||||
position: null,
|
position: 'bottom',
|
||||||
style: null,
|
style: null,
|
||||||
color: 'red',
|
color: 'red',
|
||||||
colors: {
|
colors: {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -119,9 +119,9 @@ bootstrapDetected = false
|
|||||||
pluginOptions =
|
pluginOptions =
|
||||||
autoHide: false
|
autoHide: false
|
||||||
autoHideDelay: 2000
|
autoHideDelay: 2000
|
||||||
arrowShow: true
|
arrowShow: false
|
||||||
arrowSize: 5
|
arrowSize: 5
|
||||||
position: null
|
position: 'bottom'
|
||||||
# Default style
|
# Default style
|
||||||
style: null
|
style: null
|
||||||
# Default color
|
# Default color
|
||||||
|
|||||||
Reference in New Issue
Block a user