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 d848e9c11a
commit c0209959a8
11 changed files with 19 additions and 19 deletions

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);