phpmyadmin/js
nulll-pointer 96084852da Fix for issue #13778 (#13971)
Changed file ./js/tbl_select.js
Changed event handler on select[name*="criteriaColumnOperators"] object, from 'click' to 'change'.

Fix #13778

Signed-off-by: Lakshay arora <b16060@students.iitmandi.ac.in>
2018-02-09 11:49:58 -02:00
..
codemirror/addon/lint Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
jqplot/plugins Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
pmd Remove extension from js images API 2017-11-27 13:58:17 +01:00
transformations Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
vendor Merge pull request #13706 from mauriciofauth/jquery-src 2017-11-28 11:02:01 +01:00
ajax.js Share code for parsing data-post attribute 2018-01-08 17:35:32 +01:00
chart.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
common.js Fix passing boolean values as PMA_commonParams 2017-09-28 11:07:08 +02:00
config.js Merge branch 'QA_4_7' 2018-01-08 14:04:50 +01:00
console.js Integrate debug console settings into user preferences 2017-11-28 13:52:07 +01:00
cross_framing_protection.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
db_central_columns.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
db_multi_table_query.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
db_operations.js Merge pull request #13682 from jakubstanecki/feature/13560-change-all-table-collations 2017-09-28 15:59:34 +02:00
db_qbe.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
db_search.js Remove extension from js images API 2017-11-27 13:58:17 +01:00
db_structure.js Share code for parsing data-post attribute 2018-01-08 17:35:32 +01:00
db_tracking.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
doclinks.js Remove double keys 2013-08-07 10:34:55 +02:00
error_report.js Remove extension from js images API 2017-11-27 13:58:17 +01:00
export_output.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
export.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
functions.js Fix getPostData function 2018-01-08 17:12:44 -02:00
gis_data_editor.js Simplify handling of long URLs in Util::linkOrButton 2017-11-16 15:33:53 +01:00
import.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
indexes.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
keyhandler.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
makegrid.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
menu-resizer.js Avoid using deprecated jQuery functions 2017-11-29 12:37:18 +01:00
messages.php Remove inline styles from messages.php #12262 2017-12-25 16:14:09 -03:00
microhistory.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
multi_column_sort.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
navigation.js Ensure navigation does not break on setting invalid width 2017-11-29 12:09:32 +01:00
normalization.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
page_settings.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
replication.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
rte.js Share code for parsing data-post attribute 2018-01-08 17:35:32 +01:00
server_databases.js Share code for row filtering 2017-10-30 11:25:51 +01:00
server_plugins.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
server_privileges.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
server_status_advisor.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
server_status_monitor.js Remove extension from js images API 2017-11-27 13:58:17 +01:00
server_status_processes.js Remove extension from js images API 2017-11-27 13:58:17 +01:00
server_status_queries.js Simplify data parsing, it seems that JSON is automatically parsed 2017-01-21 11:05:44 +01:00
server_status_sorter.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
server_status_variables.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
server_user_groups.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
server_variables.js Share code for row filtering 2017-10-30 11:25:51 +01:00
shortcuts_handler.js Avoid using deprecated jQuery functions 2017-11-29 12:37:18 +01:00
sql.js Share code for parsing data-post attribute 2018-01-08 17:35:32 +01:00
tbl_change.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
tbl_chart.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
tbl_find_replace.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
tbl_gis_visualization.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
tbl_operations.js Automatic fixes by ESLint 2017-09-25 14:22:35 -03:00
tbl_relation.js fix #13712 Doesn't default to primary key when creating relations (#13910) 2018-01-08 15:44:43 +01:00
tbl_select.js Fix for issue #13778 (#13971) 2018-02-09 11:49:58 -02:00
tbl_structure.js Share code for parsing data-post attribute 2018-01-08 17:35:32 +01:00
tbl_tracking.js Change ESLint's eqeqeq to error 2017-09-25 21:30:14 -03:00
tbl_zoom_plot_jqplot.js Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
u2f.js Use current u2f API 2017-11-23 15:01:17 +01:00
whitelist.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00