Results 1 to 2 of 2

Thread: " missing for update.js

  1. #1
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default " missing for update.js

    Not sure if other people have this problem but when looking at my source i noticed that I was missing an opening " mark for update.js:

    Code:
    <script src="http://whatever.com/ray/modules/im/js/invite.js" type="text/javascript" language="javascript"></script>
    <script src=http://whatever.com/ray/modules/presence/js/update.js" type="text/javascript" language="javascript"></script>

    So in order to fix this minute problem here open up inc/design.inc.php and find:

    Code:
                    $_page_cont[0]['ray_invite_js'] = '<script src="' . $site['url'] . 'ray/modules/im/js/invite.js" type="text/javascript" language="javascript"></script>' . "\n\t";
                    $_page_cont[0]['ray_invite_js'] .= '<script src=' . $site['url'] . 'ray/modules/presence/js/update.js" type="text/javascript" language="javascript"></script>' . "\n\t";
    and add in the " after the second src like:

    Code:
                    $_page_cont[0]['ray_invite_js'] = '<script src="' . $site['url'] . 'ray/modules/im/js/invite.js" type="text/javascript" language="javascript"></script>' . "\n\t";
                    $_page_cont[0]['ray_invite_js'] .= '<script src="' . $site['url'] . 'ray/modules/presence/js/update.js" type="text/javascript" language="javascript"></script>' . "\n\t";
    -Lodlock

  2. #2
    fatepower
    Guest

    Default

    yea it fixed that issue,
    but now i saw an new bug in the update.js
    my firebug noticed this
    Code:
    syntax error
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n
    update.js%22 (line 1)
    Cheerz

    Seems that this is the line one and 2
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    Last edited by fatepower; 03-16-2007 at 02:15 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replace "Quick Search" with "Browse Profiles" ????
    By Spexmex in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 02-02-2008, 01:18 PM
  2. Missing "manage ray" icon
    By Smoge in forum Bugs Dolphin v.5.3.0
    Replies: 0
    Last Post: 10-21-2006, 08:04 AM
  3. Replies: 2
    Last Post: 10-01-2006, 05:51 PM
  4. Editing "faqs".. "contact".... etc...
    By sillywabbit in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 5
    Last Post: 08-05-2006, 12:30 PM
  5. CLEANv004- missing "join2.jpg" image source
    By chris c in forum Bugs aeDating v4.0.2
    Replies: 1
    Last Post: 10-04-2005, 12:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •