Browse Source

Fixed wrong if

Denis K 8 năm trước cách đây
mục cha
commit
a573f87b4e

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 1
jet/static/jet/css/vendor.css


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
jet/static/jet/js/build/bundle.min.js


+ 1 - 1
jet/static/jet/js/src/features/compact-inline.js

@@ -89,7 +89,7 @@ CompactInline.prototype = {
     openFirstNavigationItem: function($inline) {
         var $item = $inline.find('.inline-navigation-item:not(.empty)').first();
 
-        if ($item != undefined) {
+        if ($item == undefined) {
             return;
         }
 

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác