There was an error while loading. Please reload this page.
1 parent 423037d commit a885453Copy full SHA for a885453
app/assets/javascripts/cms/new-sitemap.js
@@ -140,10 +140,10 @@ var sitemap = new Sitemap();
140
141
$(function() {
142
// Enable buttons for Selecting pages
143
- $('.selectable').click(function() {
+ $('.selectable').on('click', function() {
144
sitemap.selectRow($(this));
145
});
146
- $('.selectable').dblclick(sitemap._doubleClick);
+ $('.selectable').on('dblclick', sitemap._doubleClick);
147
sitemap.clickWebsite();
148
149
0 commit comments