vedulasantosh commented on a change in pull request #2240: CLOUDSTACK-10051 
Mouse Scrolling is not working in instance VM console
URL: https://github.com/apache/cloudstack/pull/2240#discussion_r140154390
 
 

 ##########
 File path: systemvm/js/jquery.flot.navigate.js
 ##########
 @@ -0,0 +1,336 @@
+/*
 
 Review comment:
   @rhtyd for all other jquery files there is no apache license because they 
are placed in exclude tag in pom.xml. while pushing this 
jquery.flot.navigate.js checks are failing at license. That is why i added 
apache license to this file.
   
   pom.xml
   `<exclude>ui/lib/flot/jquery.flot.js</exclude>
                 <exclude>ui/lib/flot/jquery.flot.navigate.js</exclude>
                 <exclude>ui/lib/flot/jquery.flot.pie.js</exclude>
                 <exclude>ui/lib/flot/jquery.flot.resize.js</exclude>
                 <exclude>ui/lib/flot/jquery.flot.selection.js</exclude>
                 <exclude>ui/lib/flot/jquery.flot.stack.js</exclude>
                 <exclude>ui/lib/flot/jquery.flot.symbol.js</exclude>
                 <exclude>ui/lib/flot/jquery.flot.threshold.js</exclude>
                 <exclude>ui/lib/jquery-ui/css/jquery-ui.css</exclude>
                 <exclude>ui/lib/jquery-ui/index.html</exclude>
                 <exclude>ui/lib/jquery-ui/js/jquery-ui.js</exclude>
                 <exclude>ui/lib/jquery.cookies.js</exclude>
                 <exclude>ui/lib/jquery.easing.js</exclude>
                 <exclude>ui/lib/jquery.js</exclude>
                 <exclude>ui/lib/jquery.md5.js</exclude>
                 <exclude>ui/lib/jquery.validate.js</exclude>
                 <exclude>ui/lib/jquery.tokeninput.js</exclude>
                 <exclude>ui/lib/qunit/qunit.css</exclude>
                 <exclude>ui/lib/qunit/qunit.js</exclude>
                 <exclude>ui/lib/reset.css</exclude>
                 <exclude>ui/lib/require.js</exclude>
                 <exclude>utils/testsmallfileinactive</exclude>
                 <exclude>systemvm/conf/agent.properties</exclude>
                 <exclude>systemvm/conf/environment.properties</exclude>
                 <exclude>systemvm/js/jquery.js</exclude>`
   
   systemvm/js/jquery.js
   
   `/*
    * jQuery JavaScript Library v1.3.2
    * http://jquery.com/
    *
    * Copyright (c) 2009 John Resig
    * Dual licensed under the MIT and GPL licenses.
    * http://docs.jquery.com/License
    *
    * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
    * Revision: 6246
    */
   (function(){var 
l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new 
o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType)`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to