Changeset 6473

Show
Ignore:
Timestamp:
08/21/08 21:40:49 (5 months ago)
Author:
simon
Message:

monkeygtd: fix for context drop downs. they don't have realms so don't filter them on realm. reported by edenz and Jeff.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/contributors/SimonBaird/mgtd3/framework/MgtdTagControls.js

    r6450 r6473  
    264264                        var filterComplete = ""; 
    265265 
    266                         if (thisRealm && tag != "Realm") { 
     266                        if (thisRealm && tag != "Realm" && tag != "Context") { 
    267267                                // only want to see things in my realm 
    268268                                filterRealm += "[("+thisRealm+")]";