changeset 8:0e9f7c8a85bb draft

Uploaded
author adam-novak
date Fri, 18 Oct 2013 18:59:11 -0400
parents a9bf691d4713
children b55713868635
files hexagram/hexagram.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hexagram/hexagram.js	Fri Oct 18 18:56:52 2013 -0400
+++ b/hexagram/hexagram.js	Fri Oct 18 18:59:11 2013 -0400
@@ -3746,8 +3746,8 @@
             
             if(layout_names.length == 1) {
                 // This is the very first layout. Pull it up.
-                $("#layout-search").select2("data", {id: default_layout, 
-                    text: default_layout});
+                $("#layout-search").select2("data", {id: layout_names[0], 
+                    text: layout_names[0]});
             }
         }     
     }, "text");