Skip to content

Commit

Permalink
Merge pull request #513 from nextcloud/compile-js
Browse files Browse the repository at this point in the history
Compile js
  • Loading branch information
marcoambrosini authored Nov 30, 2023
2 parents 23d3d76 + eb8294a commit c51293d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions js/bruteforcesettings-main.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions js/bruteforcesettings-main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
Expand All @@ -28,8 +21,6 @@

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */

/*! For license information please see NcButton.js.LICENSE.txt */

/*! For license information please see NcNoteCard.js.LICENSE.txt */

/*! For license information please see NcSettingsSection.js.LICENSE.txt */
Expand Down
2 changes: 1 addition & 1 deletion js/bruteforcesettings-main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/Controller/IPWhitelistController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class IPWhitelistController extends Controller {
* @param IConfig $config
*/
public function __construct(string $appName,
IRequest $request,
IConfig $config) {
IRequest $request,
IConfig $config) {
parent::__construct($appName, $request);

$this->config = $config;
Expand Down

0 comments on commit c51293d

Please sign in to comment.