Input Type Switch Button: Changed from < to left triangle (&#10782;)

This commit is contained in:
Nate Jones
2014-08-03 05:31:42 +00:00
parent 89c3683ce2
commit abcc96f0ad
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ require_once "resources/require.php";
tbb=document.createElement('INPUT');
tbb.setAttribute('class', 'btn');
tbb.type='button';
tbb.value='<';
tbb.value='&#10782;';
tbb.objs=[obj,tb,tbb];
tbb.onclick=function(){ replace_param(this.objs); }
obj.parentNode.insertBefore(tb,obj);