Created
July 14, 2011 18:08
-
-
Save springmeyer/1083018 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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