Browse Source

Merge branch 'dev'

Denis K 8 years ago
parent
commit
73ca0c9afc

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) {
     openFirstNavigationItem: function($inline) {
         var $item = $inline.find('.inline-navigation-item:not(.empty)').first();
         var $item = $inline.find('.inline-navigation-item:not(.empty)').first();
 
 
-        if ($item != undefined) {
+        if ($item == undefined) {
             return;
             return;
         }
         }
 
 

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