Skip to content

Commit 01d12d9

Browse files
committed
Merge pull request BetterBrief#24 from dhensby/pulls/fix-23
Fixing issue where map doesnt load on CMS save
2 parents 3ef42a5 + aa472c7 commit 01d12d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

javascript/GoogleMapField.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
init();
133133
}
134134
};
135-
$.entwine('ss', function($) {
135+
$.entwine('googlemapfield', function($) {
136136
$('.cms-tabset').entwine({
137137
onmatch: matchFunction
138138
});
@@ -142,6 +142,9 @@
142142
$('.ss-tabset li').entwine({
143143
onclick: matchFunction
144144
});
145+
$('.cms-edit-form').entwine({
146+
onmatch: matchFunction
147+
});
145148
});
146149
}());
147150
}

0 commit comments

Comments
 (0)