Kaydet (Commit) a3ea1c48 authored tarafından mertcelen's avatar mertcelen

Merge branch '1.4-dev' of github.com:limanmys/core into 1.4-dev

......@@ -92,7 +92,7 @@
<script>
window.onload = function () {
$(".dropdown-menu").on('click', 'a.dropdown-item', function(){
$(this).closest('.dropdown').find('.dropdown-toggle').html($(this).text() + '<span class="caret"></span>');
$(this).closest('.dropdown').find('.dropdown-toggle').html($(this).html() + '<span class="caret"></span>');
});
$(".nav.nav-tabs a").on('click',function () {
window.location.hash = $(this).attr("href");
......
Markdown is supported
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