This is an automated email from the ASF dual-hosted git repository.

reiern70 pushed a change to branch reiern70/plain-js
in repository https://gitbox.apache.org/repos/asf/wicket.git


 discard bb4838cdf6 Add a jQuery-free vanilla JS implementation of 
wicket-ajax.js
     add 41b57d7af3 Add a jQuery-free vanilla JS implementation of 
wicket-ajax.js

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bb4838cdf6)
            \
             N -- N -- N   refs/heads/reiern70/plain-js (41b57d7af3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../wicket/examples/WicketExampleApplication.java  |    5 +-
 .../wicket/examples/ajax/builtin/EffectsPage.java  |    2 +-
 .../CustomResourceLoadingApplication.java          |    1 -
 .../resources/org/apache/wicket/examples/style.css |    3 +
 .../src/main/webapp/jquery-ui-1.10.3.custom.js     | 2261 -----------------
 .../src/main/webapp/jquery-ui-v1.14.2.custom.js    | 2576 ++++++++++++++++++++
 6 files changed, 2581 insertions(+), 2267 deletions(-)
 delete mode 100644 wicket-examples/src/main/webapp/jquery-ui-1.10.3.custom.js
 create mode 100644 wicket-examples/src/main/webapp/jquery-ui-v1.14.2.custom.js

Reply via email to