View Single Post
  #1 (permalink)  
Old 09-02-2008, 04:55 PM
craig1709's Avatar
craig1709 craig1709 is offline
Junior Member
 
Join Date: Jan 2008
Location: Shropshire, United Kingdom
Posts: 3
Default JavaScript function is supposedly undefined

I have this bit of javascript, right. general pastebin - Stuff - post number 897511
Thing is, I've never written a line of JavaScript in my life, just PHP. I understand the variables, and defining functions and so on but that's where it stops. The problem is I have this error:
Code:
Error: loadAlbums is not defined
Source File: chrome://albumapplet/content/albumart.js
Line: 118
every time it's loaded.

Can anybody cleverer than me point me in the right direction?

Edit: the file linked is the albumart.js file

Last edited by craig1709; 09-02-2008 at 05:04 PM.
Reply With Quote