فهرست منبع

fix for showDropDown method

There was a type in the boolean reference to save_local
Wiibaa 12 سال پیش
والد
کامیت
37527ba452
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/app/controllers/dashLoader.js

+ 2 - 2
src/app/controllers/dashLoader.js

@@ -22,7 +22,7 @@ function (angular, _) {
         return (_l.load_elasticsearch || _l.load_gist || _l.load_local);
       }
       if(type === 'save') {
-        return (_l.save_elasticsearch || _l.save_gist || _l.local_local || _l.save_default);
+        return (_l.save_elasticsearch || _l.save_gist || _l.save_local || _l.save_default);
       }
       if(type === 'share') {
         return (_l.save_temp);
@@ -120,4 +120,4 @@ function (angular, _) {
 
   });
 
-});
+});