فهرست منبع

remove unnecessary code

itizawa 6 سال پیش
والد
کامیت
7e20725e24
1فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  1. 0 10
      src/client/js/services/AdminCustomizeContainer.js

+ 0 - 10
src/client/js/services/AdminCustomizeContainer.js

@@ -74,16 +74,6 @@ export default class AdminCustomizeContainer extends Container {
     }
     }
   }
   }
 
 
-  /**
-   * Fetch highLight theme
-   */
-  async fetchHighLightTheme() {
-    const response = await this.appContainer.apiv3.get('/customize-setting/');
-    this.setState({
-      highlightJsCssSelectorOptions: response.data.highlightJsCssSelectorOptions,
-    });
-  }
-
   /**
   /**
    * Switch layoutType
    * Switch layoutType
    */
    */