Procházet zdrojové kódy

Fix site social links again so they can save when submitting form

Markus Ochel před 12 roky
rodič
revize
02aec01661
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      admin/models/site.coffee

+ 1 - 1
admin/models/site.coffee

@@ -6,7 +6,7 @@ utils = require('lib/utils')
 BaseModel = require('models/base')
 
 class Site extends BaseModel
-  @configure "Site", "_id", "name", "name_html", "tagline", "menu_html", "header_html", "footer_html", "link", "theme", "css", "seo_description", "seo_keywords", "google_analytics_code", "editor_email", "admin_email"
+  @configure "Site", "_id", "name", "name_html", "tagline", "menu_html", "header_html", "footer_html", "link", "social_links", "theme", "css", "seo_description", "seo_keywords", "google_analytics_code", "editor_email", "admin_email"
   
   @extend @CouchAjax