Author: jasha
Date: Sat Sep 22 11:16:09 2012
New Revision: 1388770

URL: http://svn.apache.org/viewvc?rev=1388770&view=rev
Log:
RAVE-796 RAVE 797 add script to support DND and click events in touch devices

Modified:
    
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag

Modified: 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag?rev=1388770&r1=1388769&r2=1388770&view=diff
==============================================================================
--- 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag
 (original)
+++ 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag
 Sat Sep 22 11:16:09 2012
@@ -7,7 +7,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -15,8 +15,7 @@
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-
---%>
+  --%>
 <%--
      This file includes references to all external third party javascript 
libraries required by rave
      Overlay this file in custom extensions of Rave if you host these 
libraries internally and don't need
@@ -29,7 +28,8 @@
 <script 
src="//ajax.aspnetcdn.com/ajax/jquery.ui/1.8.17/jquery-ui.min.js"></script>
 <script 
src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"></script>
 <script 
src="//cdnjs.cloudflare.com/ajax/libs/jquery-hashchange/v1.3/jquery.ba-hashchange.min.js"></script>
-
+<%-- Touch devices --%>
+<script 
src="//cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js"></script>
 <%-- bootstrap --%>
 <script 
src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js"></script>
 <%-- google code css3 mediaqueries script --%>


Reply via email to