Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   global.js on admin panel (http://www.bvlist.com/showthread.php?t=3231)

wMan 19th August 2009 06:36

global.js on admin panel
 
got error on global,js error making line
Code:

        obj.firstChild.nodeValue = val;
part of code
Code:

function descriptor(val) {
        var obj;
        obj = document.getElementById("descriptor");
        if (!obj) return;
        obj.firstChild.nodeValue = val;
}

error code Error: obj.firstChild is null
Source File: http://pegasus.woano.lv/global.js
Line: 54

i bet i screwed up something :wallbash:

joeroberts 19th August 2009 13:57

can you please tell me more info
where you got this error
how you got it
what you where doing(trying to do)

wMan 19th August 2009 14:21

eh that's youst my error console it shows errors of scripts css etc so when i open admincp it shows this in console


All times are GMT +2. The time now is 11:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.