X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fstatic%2Fjs%2Funfold-helper.js;h=1564e6fbc8843268030437be5f9699c1ef66ca48;hb=cc77563dcaaadd7d71963721c2e154a766ab4a01;hp=0595dded6a517ba40e6613d200df939d1707bf17;hpb=4722ee62bd16b68846ecfc19e19e62b5bc769c01;p=myslice.git diff --git a/unfold/static/js/unfold-helper.js b/unfold/static/js/unfold-helper.js index 0595dded..1564e6fb 100644 --- a/unfold/static/js/unfold-helper.js +++ b/unfold/static/js/unfold-helper.js @@ -20,10 +20,6 @@ var unfold = { return ""; }, - errorDisplay : function (error) { - return '
Notice
  • ' + error + '
'; - }, - get_value: function (value) { //if(typeof(jQuery(value).attr('value'))!="undefined"){ if (/.*<\/span>/i.test(value)) { @@ -35,6 +31,3 @@ var unfold = { } // global unfold -// xxx tmp - until all plugins are ported -errorDisplay = unfold.errorDisplay; -get_value = unfold.get_value;