Skip to content

Commit

Permalink
Fix for #78: Missing overlay in recent jQueryUI. Solution according to
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn authored and Martijn committed Oct 18, 2014
1 parent 6863203 commit b8f4148
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
jQuery.colorpicker
==================
v1.0.11
v1.0.12

Copyright © 2011-2014 Martijn W. van der Lee (http://martijn.vanderlee.com).
Licensed under the MIT.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Vanderlee Colorpicker",
"version": "1.0.11",
"version": "1.0.12",
"homepage": "https://github.com/vanderlee/colorpicker",
"authors": [
"Martijn van der Lee <martijn@vanderlee.com>"
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -6,8 +6,8 @@

<!-- jQuery/jQueryUI (hosted) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.js"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/themes/ui-lightness/jquery-ui.css" rel="stylesheet" type="text/css"/>

<!-- Markdown parser -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pagedown/1.0/Markdown.Converter.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion jqcolorpicker.jquery.json
@@ -1,6 +1,6 @@
{
"name": "jqcolorpicker",
"version": "1.0.11",
"version": "1.0.12",
"title": "Vanderlee Colorpicker",
"description": "JQuery colorpicker with themeroller styling, RGB, HSL, CMYK and L*A*B support. Standard look & feel, configurable layout. Works as a popup or inline.",
"author": {
Expand Down

0 comments on commit b8f4148

Please sign in to comment.