GitHub user corneadoug opened a pull request:

    https://github.com/apache/zeppelin/pull/1177

    change the jquery-ui css file name

    ### What is this PR for?
    The Jquery-ui css file name changed between version and is now missing
    ![screen shot 2016-07-13 at 3 37 02 
pm](https://cloud.githubusercontent.com/assets/710411/16794236/707df05c-4911-11e6-8b11-e6bb385c23d0.png)
    
    ### What type of PR is it?
    Bug Fix
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-1166
    
    ### How should this be tested?
    You can run in a paragraph and click inside the input:
    ```
    %angular
    <script>
      $( function() {
        $( "#datepicker" ).datepicker();
      } );
    </script>
    <p>Date: <input type="text" id="datepicker"></p>
    ```
    
    ### Screenshots (if appropriate)
    Before:
    ![screen shot 2016-07-13 at 3 36 47 
pm](https://cloud.githubusercontent.com/assets/710411/16794252/88cd44d2-4911-11e6-8a8c-465d44302475.png)
    
    After:
    ![screen shot 2016-07-13 at 3 37 59 
pm](https://cloud.githubusercontent.com/assets/710411/16794255/8b9a01fa-4911-11e6-802f-12868e48484b.png)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/corneadoug/incubator-zeppelin ZEPPELIN-1166

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1177.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1177
    
----
commit c1291be3c927871a0e79b0986519461ab71e4846
Author: Damien CORNEAU <cornead...@gmail.com>
Date:   2016-07-13T06:48:14Z

    change the jquery-ui css file name

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to