.hgignore
author James Levy <jamesalexanderlevy@gmail.com>
Sat, 04 Jul 2009 13:53:17 +0200
changeset 2526 8f29bfb9eb52
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Survey editing/taking Javascript and CSS fixes. This patch adds some cosmetic changes and functional fixes: - UI now removes all of the field content when a field is deleted, - CSS tweaks, and jQuery hack to specialize comment CSS, - fixed JS path in take.html. Reviewed by: Pawel Solyga (with some small changes)

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
.gitignore
.DS_Store
.settings