Commit 43760eb2 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

fix for @pamelafox and #1861

parent fb74018a
1 merge request!1952Tabulation navigation with Typeahead
Showing with 1 addition and 1 deletion
+1 -1
No preview for this file type
......@@ -206,7 +206,7 @@
title = $e.attr('data-original-title')
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
title = title.toString().replace(/(^\s*|\s*$)/, "")
title = (title || '').toString().replace(/(^\s*|\s*$)/, "")
return title
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment