comparison index.php @ 1084:e1cfbfb0b64a

Add genajax.js to pages.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Jan 2017 22:02:29 +0200
parents fc10fc30cd76
children
comparison
equal deleted inserted replaced
1083:1f77195b4f95 1084:e1cfbfb0b64a
46 46
47 47
48 // Start output 48 // Start output
49 cmPrintPageHeader($pageTitle, 49 cmPrintPageHeader($pageTitle,
50 ($noCache ? " <meta http-equiv=\"Pragma\" content=\"no-cache\" />\n" : ""). 50 ($noCache ? " <meta http-equiv=\"Pragma\" content=\"no-cache\" />\n" : "").
51 " <meta name=\"viewport\" content=\"width=device-width\" />\n"); 51 " <meta name=\"viewport\" content=\"width=device-width\" />\n".
52 " <script type=\"text/javascript\" src=\"genajax.js\"></script>\n");
52 53
53 // Initiate SQL database connection 54 // Initiate SQL database connection
54 if (!stConnectSQLDB()) 55 if (!stConnectSQLDB())
55 { 56 {
56 // Error occured, bail out early 57 // Error occured, bail out early