summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-02-28 12:24:25 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-02-28 12:24:25 +0100
commitf53d7f5bd0ae3cbeec0549ef00662f81f755bc76 (patch)
tree9d8303865b09e7796f2b3c74823092be6397017a
parent04fc131e4d3db61d945ca9db6586a5a4e837939c (diff)
Use a default style for hint highligts
-rw-r--r--js/codeq/hint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/hint.js b/js/codeq/hint.js
index b869d99..a7abb7e 100644
--- a/js/codeq/hint.js
+++ b/js/codeq/hint.js
@@ -251,7 +251,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
'popup': function (template, hint, box) {
codeq.log.debug('Processing popup hint');
var args = hint.args,
- style = hint.style || '',
+ style = hint.style || 'highlight',
langs = codeq.availableLangs,
translations = {},
lang, i, content, htmlPrefix, instFunc;