Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created July 14, 2011 18:08
Show Gist options
  • Save springmeyer/1083016 to your computer and use it in GitHub Desktop.
Save springmeyer/1083016 to your computer and use it in GitHub Desktop.
diff --git a/client/js/project.js b/client/js/project.js
index 1db124f..a537ca8 100644
--- a/client/js/project.js
+++ b/client/js/project.js
@@ -438,7 +438,7 @@ var ProjectInteractivityForm = Backbone.View.extend({
success: function() {
var interactivity = that.model.get('_interactivity') || fal
var object = {
- fields: [],
+ fields: [{id:"__id__",selected:true}],
template_teaser: interactivity && interactivity.templat
template_full: interactivity && interactivity.template_
template_location: interactivity && interactivity.templ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment