A default tile variable needs to be declared within dart.js to stop this from happening, ie:

line 7: tile=1;

otherwise, the following error occurs within firefox:

tile is not defined:
(line 36) kvp += useEval ? eval(val) : val;

CommentFileSizeAuthor
#2 DART-tile.patch972 bytesbleen

Comments

bleen’s picture

Status: Active » Postponed (maintainer needs more info)

pixeldrew ... are you checking off "tile" under global key|value pairs under admin/build/adtag/settings or are you adding

tile|tile++|eval to the key|val pairs textarea?

Give me a bit more detail about what you are doing and I'll take a look at whats going on...

bleen’s picture

Status: Postponed (maintainer needs more info) » Fixed
StatusFileSize
new972 bytes

Nevermind .. I see what was happening.

The real issue turned out to be that I was defining tile as druapl.DART.tile=0 but I was iterating on plain ol' tile

Committing this patch to HEAD now

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.