Skip to content

Commit

Permalink
Updated how rxjs ajax & react-select Async work
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-stewart-thg committed Dec 20, 2024
1 parent 52b969a commit 636e08d
Show file tree
Hide file tree
Showing 13 changed files with 8,614 additions and 761 deletions.
2 changes: 1 addition & 1 deletion assets/680.bundle.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/715.bundle.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions assets/715.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/*
* based on code from:
*
* @license RequireJS text 0.25.0 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/

/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/**
* @license React
* react-dom-server-legacy.browser.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-dom-server.browser.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
2 changes: 1 addition & 1 deletion assets/app.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions liveblog.php
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,7 @@ public static function handle_query_vars_for_post_filtering( $query ) {
* @return bool
*/
public static function current_user_can_edit_liveblog() {
$user = wp_get_current_user();
$retval = current_user_can( apply_filters( 'liveblog_edit_cap', self::EDIT_CAP ) );
return (bool) apply_filters( 'liveblog_current_user_can_edit_liveblog', $retval );
}
Expand Down
Loading

0 comments on commit 636e08d

Please sign in to comment.