Skip to content

Commit

Permalink
working with i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
atwellpub committed May 12, 2015
1 parent c34fbde commit 24d5121
Show file tree
Hide file tree
Showing 23 changed files with 2,243 additions and 1,898 deletions.
4 changes: 2 additions & 2 deletions classes/class.lead-management.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ public static function enqueue_admin_scripts() {
}

wp_enqueue_script( array('jquery', 'jqueryui' , 'jquery-ui-selectable' , 'editor', 'thickbox', 'media-upload') );
wp_enqueue_script( 'selectjs', INBOUDNOW_SHARED_URLPATH . 'assets/js/admin/select2.min.js');
wp_enqueue_style( 'selectjs', INBOUDNOW_SHARED_URLPATH .'assets/css/admin/select2.css');
wp_enqueue_script( 'selectjs', INBOUNDNOW_SHARED_URLPATH . 'assets/js/admin/select2.min.js');
wp_enqueue_style( 'selectjs', INBOUNDNOW_SHARED_URLPATH .'assets/css/admin/select2.css');
wp_enqueue_script( 'tablesort', WPL_URLPATH . '/js/management/tablesort.min.js');

wp_enqueue_script( 'light-table-filter', WPL_URLPATH . '/js/management/light-table-filter.min.js');
Expand Down
Binary file modified lang/leads.mo
Binary file not shown.
Loading

0 comments on commit 24d5121

Please sign in to comment.