X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=unfold%2Fstatic%2Fjs%2Funfold-helper.js;h=27f54fc35deab03fce64905969597e4dba111641;hb=70953436ac5b56377b4c87fc307d46ef33ddbb27;hp=0595dded6a517ba40e6613d200df939d1707bf17;hpb=03f7c0b84beda916f8bc9c5458d84673be24fb6e;p=myslice.git diff --git a/unfold/static/js/unfold-helper.js b/unfold/static/js/unfold-helper.js index 0595dded..27f54fc3 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)) { @@ -36,5 +32,4 @@ var unfold = { } // global unfold // xxx tmp - until all plugins are ported -errorDisplay = unfold.errorDisplay; get_value = unfold.get_value;