Changeset 29009


Ignore:
Timestamp:
Jul 9, 2014, 9:55:04 AM (10 years ago)
Author:
plg
Message:

bug fixed: remove the "using runtime ..." tooltip all over the upload file selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/photos_add_direct.tpl

    r28917 r29009  
    9595                dragdrop: true,
    9696
     97    preinit: {
     98      Init: function (up, info) {
     99        jQuery('#uploader_container').removeAttr("title"); //remove the "using runtime" text
     100      }
     101    },
     102
    97103    init : {
    98104      BeforeUpload: function(up, file) {
Note: See TracChangeset for help on using the changeset viewer.