Example #1
0
 /**
  */
 public function init_scripts()
 {
     parent::init_scripts();
     if (is_admin()) {
         // need scrollpane helper
         wp_enqueue_script('ice-scrollpane');
     }
 }
Example #2
0
 /**
  */
 public function init_scripts()
 {
     parent::init_scripts();
     if (is_admin()) {
         // need slider helper
         nxt_enqueue_script('ice-slider');
     }
 }