Skip to content

Commit

Permalink
7.2.1 specific fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtheman committed Dec 1, 2019
1 parent 31afb24 commit 9d151be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
connection.project.dir=..
connection.project.dir=../..
eclipse.preferences.version=1
2 changes: 1 addition & 1 deletion bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bundle-Name: API JSONWS JSPs Ext
Bundle-Description: Overrides core/kernel API JSONWS JSPs
Bundle-SymbolicName: it.baxtheman.liferay.apijsonwsext
Bundle-Version: 7.2.0.5
Bundle-Version: 7.2.1.5
Created-By: Daniele Baggio @baxtheman
-sources: true
Web-ContextPath: /api-jsonws-ext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ String signature = ParamUtil.getString(request, "signature");
</div>
</div>

<aui:script use="aui-io,aui-template-deprecated,querystring-parse,clipboard,run_prettify,local-storage-fallback">
<aui:script use="aui-io,io-form,aui-template-deprecated,querystring-parse,clipboard,run_prettify,local-storage-fallback">

new ClipboardJS('.copy-clipboard');

Expand Down

0 comments on commit 9d151be

Please sign in to comment.