Skip to content
Snippets Groups Projects
Commit 000d9275 authored by florian's avatar florian
Browse files

MAINT: Re-enable build-varible check

parent 7a59c854
No related branches found
No related tags found
2 merge requests!47Release v0.4.0,!44ENH: Add all query results to bookmarks
Pipeline #14900 passed
...@@ -652,8 +652,7 @@ var ext_bookmarks = function ($, logger, config) { ...@@ -652,8 +652,7 @@ var ext_bookmarks = function ($, logger, config) {
}, true); }, true);
} }
if (true) { if ("${BUILD_MODULE_EXT_ADD_QUERY_TO_BOOKMARKS}" == "ENABLED") {
// if ("${BUILD_MODULE_EXT_ADD_QUERY_TO_BOOKMARKS}" == "ENABLED") {
add_add_query_results_button(); add_add_query_results_button();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment