Ticket #152 (closed defect: invalid)
this.lcBackend was deleted
| Reported by: | gocher / udo.schmal@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_Fullscreen | Version: | |
| Severity: | normal | Keywords: | language |
| Cc: |
Description
the following line was deleted
this.lcBackend = "lcbackend.php?lang=$lang&context=$context";
why not this too
if(typeof _editor_lcbackend == "string")
{
//use backend
var url = _editor_lcbackend;
url = url.replace(/%lang%/, _editor_lang);
url = url.replace(/%context%/, context);
}
else
{
..//don't delete this lines
}
Change History
Note: See
TracTickets for help on using
tickets.
