Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js |
— | — | @@ -212,7 +212,7 @@ |
213 | 213 | // where we left off |
214 | 214 | var context = $(this).data( 'wikiEditor-context' ); |
215 | 215 | // On first call, we need to set things up, but on all following calls we can skip right to the API handling |
216 | | -if ( typeof context == 'undefined' ) { |
| 216 | +if ( !context || typeof context == 'undefined' ) { |
217 | 217 | |
218 | 218 | // Star filling the context with useful data - any jQuery selections, as usual should be named with a preceding $ |
219 | 219 | context = { |