Procházet zdrojové kódy

Fixed #175

svn changeset:322/svn branch:toolkit
tags/6.7.0.beta1
Joonas Lehtinen před 17 roky
rodič
revize
6a2cbb74bb

+ 1
- 1
src/com/itmill/toolkit/terminal/web/ApplicationServlet.java Zobrazit soubor

@@ -808,7 +808,7 @@ public class ApplicationServlet extends HttpServlet implements

page.write("<html><head>\n<title>"
+ window.getCaption() + "</title>\n");
page.write("<NOSCRIPT><META http-equiv=\"refresh\" content=\"0; url=?WA_NOSCRIPT=1\" /></NOSCRIPT>\n");
Theme t = theme;
Vector themes = new Vector();
themes.add(t);

Načítá se…
Zrušit
Uložit