Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Vitaly Vasilega 62 posts 184 karma points
    Jan 31, 2014 @ 08:42
    Vitaly Vasilega
    0

    Little trouble with the stylesheet in umbraco 7.x

    Hi! 

    I found a little trouble with stylesheet.

    and 

    And as I found YSOD

    I understand that it can't be done, but we need to add a check for this situation.

    Thank.

  • Jeavon Leopold 3008 posts 13221 karma points MVP 7x admin c-trib
    Jan 31, 2014 @ 10:22
    Jeavon Leopold
    1

    Hi Vitaly,

    Welcome to Our!

    I think from what you have written that you have understood the bug is being triggered because you have:

    <script src='@Url.Content("~/scripts/jquery-ui-1.10.3.custom.min.js")'></script>
    

    As it is expecting only:

    <script src='/scripts/jquery-ui-1.10.3.custom.min.js'></script>
    

    We will see if we can add a check to try to avoid the bug being triggered.

    Thanks,

    Jeavon

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 31, 2014 @ 11:09
    Tim Geyssens
    100

    What Umbraco version are you running is it 7.0.2?

  • Vitaly Vasilega 62 posts 184 karma points
    Feb 01, 2014 @ 07:37
    Vitaly Vasilega
    0

    "I think from what you have written that you have understood the bug is being triggered because you have..."

    I tested the plugin and check only wrote: "<script></script>".

    As I understand it, there was an error because there is no line: src = '/ scripts/jquery-ui-1.10.3.custom.min.js'

    Thanks!

    "What Umbraco version are you running is it 7.0.2?" - I use 7.0.1

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies