You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You appear to have posted a live example (http://fiddle.jshell.net/4wv0su4d/show/light/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
line 66, column 1: W007: Found one or more <button>s missing a type attribute.
line 67, column 1: W007: Found one or more <button>s missing a type attribute.
line 12, column 3: W013: Bootstrap version might be outdated. Latest version is at least 3.3.4 ; saw what appears to be usage of Bootstrap 3.2.0
line 13, column 3: W013: Bootstrap version might be outdated. Latest version is at least 3.3.4 ; saw what appears to be usage of Bootstrap 3.2.0
You'll need to fix these errors and post a revised example before we can proceed further.
Thanks!
cvrebert
changed the title
Problem with commas on alert see: http://jsfiddle.net/4wv0su4d/
Long line in without spaces in Alert doesn't wrap
Apr 15, 2015
Solved when "," is replaced with " , ".
The text was updated successfully, but these errors were encountered: