Skip to content

Commit

Permalink
Merge pull request #4 from danjacka/master
Browse files Browse the repository at this point in the history
Fix leftover spinner; minor config/documentation fixes
  • Loading branch information
danjacka committed Jun 18, 2012
2 parents 41c3180 + 8f31733 commit 42a792c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions buildout.cfg
Expand Up @@ -10,6 +10,7 @@ parts +=
pyflakes
pep8
sphinxbuilder
omelette
test
instance

Expand Down Expand Up @@ -72,6 +73,14 @@ source = ${buildout:directory}/docs/sphinx
interpreter = ${buildout:directory}/bin/py


# ==================================
# Combine eggs into a tasty omelette
# ==================================
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}


# ====================================
# Enable auto-coloring of test reports
# ====================================
Expand Down
1 change: 1 addition & 0 deletions collective/table/browser/resources/collective.table.js
Expand Up @@ -97,6 +97,7 @@ collective.table = (function($) {
tableConfig.find(':radio:checked').data('currentConfig', $.param(data));
sourceChange();
form.closest('.overlay-ajax').overlay().close();
pb.spinner.hide();
return false;
},
config: {
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/index.rst
Expand Up @@ -3,9 +3,9 @@ Developer documentation for collective.table
============================================

:Project title: collective.table
:Latest version: 0.3
:Latest version: 1.0.1
:Project page: http://pypi.python.org/pypi/collective.table
:Source: http://github.com/zupo/collective.table
:Source: http://github.com/collective/collective.table

""""""""""""""""""""""""""""""""

Expand Down Expand Up @@ -39,7 +39,7 @@ quick start with `collective.table` is as follows:

.. sourcecode:: bash

$ git checkout git@github.com:zupo/collective.table.git
$ git checkout git@github.com:collective/collective.table.git
$ cd collective.table/
$ virtualenv -p python2.6 --no-site-packages ./
$ bin/python bootstrap.py
Expand Down

0 comments on commit 42a792c

Please sign in to comment.