Skip to content

Commit

Permalink
Added workaround for wrong default scripts location
Browse files Browse the repository at this point in the history
  • Loading branch information
guidebot committed Aug 21, 2013
1 parent db94d29 commit 79cd418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/photo_album_mvc4/Views/Home/Upload.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

@Html.Raw(Model.Cloudinary.GetCloudinaryJsConfig(true))
@Html.Raw(Model.Cloudinary.GetCloudinaryJsConfig(false, "/Scripts"))

<script>
$(function () {
Expand Down

0 comments on commit 79cd418

Please sign in to comment.