summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur Sufiev <tsufiev@mirantis.com>2015-09-24 14:20:22 +0300
committerTimur Sufiev <tsufiev@mirantis.com>2015-09-28 10:52:26 +0000
commit74d885f7bdaa4e053c6c7dbd21819e9ec500e1b0 (patch)
treee5a6b70db1b641a7e90f9a6a46c393ff12610d7b
parent853f0ec7aaec474454d2f4153d4a8ffb06347d04 (diff)
downloadhorizon-74d885f7bdaa4e053c6c7dbd21819e9ec500e1b0.tar.gz
Fix not opening region selector on first click
Closes-Bug: #1500385 Change-Id: Ieeb09af6cde63cd286799512801feb7341bca7d6
-rw-r--r--horizon/templates/horizon/common/_region_selector.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/templates/horizon/common/_region_selector.html b/horizon/templates/horizon/common/_region_selector.html
index 8914892bf..8de2036ee 100644
--- a/horizon/templates/horizon/common/_region_selector.html
+++ b/horizon/templates/horizon/common/_region_selector.html
@@ -1,7 +1,7 @@
{% load url from future %}
{% if regions.support %}
<div id="region_switcher" class="dropdown switcher_bar" tabindex='1'>
- <button class="btn btn-default btn-topnav dropdown-toggle" data-toggle="dropdown">
+ <button class="btn btn-default btn-topnav dropdown-toggle">
{{ regions.current.name }}
<span class="caret"></span>
</button>