Skip to content

Commit

Permalink
tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu committed Jul 7, 2015
1 parent c044010 commit ae7aa47
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions inc/class-resource-space-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ function admin_enqueue_scripts() {

$deps = array( 'jquery', 'backbone', 'media' );
wp_enqueue_script( 'resource-space-admin', PJ_RESOURCE_SPACE_PLUGIN_URL . '/js/admin.js', $deps, PJ_RESOURCESPACE_PLUGIN_VERSION, true );

// wp_localize_script( 'resource-space-admin', 'resourceSpace', array(
// 'queryVars' => (object) array(
// ),
// ) );


}

}
Expand Down

0 comments on commit ae7aa47

Please sign in to comment.