Advertisement
Guest User

Untitled

a guest
May 27th, 2017
2,908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $("#AppsDiag_Manually_Install").remove();
  2. var input = '<input type="file" name="f_apps_file" class="file_input_hidden" id="f_apps_file" onchange="apps_manually_install();">Install an app manually</div>';
  3. $("#manually_install_td").append(input);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement