mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
js -> jsx
This commit is contained in:
parent
3bcf23f8fa
commit
08ccf55577
43 changed files with 2342 additions and 2347 deletions
4
dev/External/ko.js
vendored
4
dev/External/ko.js
vendored
|
|
@ -284,9 +284,9 @@
|
|||
ko.bindingHandlers.registrateBootstrapDropdown = {
|
||||
'init': function (oElement) {
|
||||
var Globals = require('Common/Globals');
|
||||
if (Globals && Globals.aBootstrapDropdowns)
|
||||
if (Globals && Globals.data.aBootstrapDropdowns)
|
||||
{
|
||||
Globals.aBootstrapDropdowns.push($(oElement));
|
||||
Globals.data.aBootstrapDropdowns.push($(oElement));
|
||||
|
||||
$(oElement).click(function () {
|
||||
require('Common/Utils').detectDropdownVisibility();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue