aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/ajax/method.php
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-1/+0
| | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-0/+1
* Move "evalScript.php" file to appropriate place * Make jQuery#load "type" field explicit and add test for it Ref trac-11264