Skip to content

Commit

Permalink
Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
New0 committed Dec 17, 2020
1 parent 4749809 commit 61c1479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/admin/assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ public static function enqueue_script($slug)
$slug = self::slug($slug, true);
}
//Fix jQuery issues on main admin page and pinned entry viewer pages
var_dump(get_current_screen());
if( Caldera_Forms_Admin::is_main_page() || strpos( get_current_screen()->id, "caldera-forms-pin" ) !== false ){
wp_enqueue_script( "jqueryOneTwelve", CFCORE_URL . "/assets/build/js/jquery-12-4.min.js");
}
Expand Down

0 comments on commit 61c1479

Please sign in to comment.