appendto / juiceui

Juice UI is an open-source collection of WebForms components that brings jQuery UI Widgets to your project with ease. Start leveraging the power of the world's most popular JavaScript UI library while working with familiar code in your ASP.NET projects.
http://juiceui.com
GNU General Public License v2.0
125 stars 58 forks source link

Updated jQuery and jQuery UI file references to be in sync with NuGet package references #26

Closed banzor closed 12 years ago

banzor commented 12 years ago

Dependencies were mismatched and causing errors when running the sample application. Nuget loads in jQuery 1.8.0 and JuiceApp.cs registers script reference for jQuery 1.7.1. This results in a 404.

Updated them to be in sync. jQuery is now 1.8.0 and jQuery UI is now 1.8.23

See changeset here: https://github.com/banzor/juiceui/commit/85cc6463d45948b63156b92fd59d07870b7d74f8