Browse Source

Fixed wrong if

Denis K 8 years ago
parent
commit
a573f87b4e

File diff suppressed because it is too large
+ 0 - 1
jet/static/jet/css/vendor.css


File diff suppressed because it is too large
+ 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;
         }
 

Some files were not shown because too many files changed in this diff