This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Activation des dropdown via JS
refactoring
keun
6 years ago
parent
267c65f6ba
commit
0b4f71422f
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
producer/web/js/lechatdesnoisettes.js
+ 1
- 0
producer/web/js/lechatdesnoisettes.js
View File
@@ -46,6 +46,7 @@ $(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip() ;
chat_systeme_commande() ;
chat_profil_user() ;
$('.dropdown-toggle').dropdown() ;
}) ;
function chat_profil_user() {
Write
Preview
Loading…
Cancel
Save