Autor Beitrag
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19273
Erhaltene Danke: 1740

W11 x64 (Chrome, Edge)
Delphi 11 Pro, Oxygene, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Mi 29.08.12 20:18 
Hallo,

ich habe gerade im Debugmodus in der ajax_topic_review.js einen Fehler bekommen, da fehlt ein data. würde ich sagen:
ausblenden JavaScript-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
    $.eeAPIInvoke("topic","queryLast",
...
      function (data) {
...
        if (data.loadPosts) {
...
          if (loadPosts.length > 0)
            $("#reviewWarning", parent.document).css("display""");
Schönen Gruß,
Sebastian

Für diesen Beitrag haben gedankt: Martok
Martok
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 3661
Erhaltene Danke: 604

Win 8.1, Win 10 x64
Pascal: Lazarus Snapshot, Delphi 7,2007; PHP, JS: WebStorm
BeitragVerfasst: Fr 31.08.12 22:01 
Hach ja, meine Reaktionszeit wird auch immer besser :roll:

Warum auch immer das nie aufgefallen ist... jetzt stimmts (im Branch).

_________________
"The phoenix's price isn't inevitable. It's not part of some deep balance built into the universe. It's just the parts of the game where you haven't figured out yet how to cheat."

Für diesen Beitrag haben gedankt: BenBE, jaenicke